Html Css Color HEX #093E34 Deep Teal

📋 copy color: '#093E34'

red 9 ◦ green 62 ◦ blue 52

#093E34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #093E34

Tints of Deep Teal #093E34

RGB

 RED value IS 9 (3.91% from 255) = 7.32%

 GREEN value IS 62 (24.61% from 255) = 50.41%

 BLUE value IS 52 (20.7% from 255) = 42.28%

R = 7.32%
G = 50.41%
B = 42.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#093E34 (or 0x093E34) is known color: Deep Teal. HEX triplet: 09, 3E and 34. RGB value is (9,62,52). Sum of RGB (Red+Green+Blue) = 9+62+52=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #093E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E34 is #F6C1CB. Grayscale: #2D2D2D. Windows color (decimal): -16171468 or 3423753. OLE color: 3423753.

HSL color Cylindrical-coordinate representation of color #093E34: hue angle of 168.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E34 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 62 52 -
CMYK 0.85 0 0.16 0.76
HSL 168.68º 0.75% 0.14% -
HSV(B) 168.68º 0.85% 0.24% -
XYZ 2.46 3.75 3.84 -
YUV 45.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 9 62 52 0.85 0 0.16 0.76 168.68 0.75 0.14
Hex 9 3E 34 55 0 10 4C A9 4B E
Octal 11 76 64 125 0 20 114 251 113 16
Binary 1001 111110 110100 1010101 0 10000 1001100 10101001 1001011 1110

Color Harmonies of #093E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E34

Black with #093E34

Text Example


Text Example

White with #093E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093E34; }

 p { color: rgb(9,62,52); }

 H1.HeaderClassName
 {
   color: #093E34;
 }
 .AnyTagClassName
 {
   color: #093E34;
 }
</style>

background-color css

<style>
 a { background-color: #093E34; }

 a { background-color: rgb(9,62,52); }

 div.DivClassName
 {
   background-color: #093E34;
 }
 .BgClassName
 {
   background-color: #093E34;
 }
</style>

border-color css

<style>
 span { border-color: #093E34; }

 span { border-color: rgb(9,62,52); }

 td.TdClassName
 {
   border-color: #093E34;
 }
 .TagClassName
 {
   border-color: #093E34;
 }
</style>