Html Css Color HEX #093E36 Deep Teal

📋 copy color: '#093E36'

red 9 ◦ green 62 ◦ blue 54

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

Shades of Deep Teal #093E36

Tints of Deep Teal #093E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 43.2%

R = 7.2%
G = 49.6%
B = 43.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#093E36 (or 0x093E36) is known color: Deep Teal. HEX triplet: 09, 3E and 36. RGB value is (9,62,54). Sum of RGB (Red+Green+Blue) = 9+62+54=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 62 (24.61% from 255 or 49.6% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 62 - color contains mainly: green. Hex color #093E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E36 is #F6C1C9. Grayscale: #2D2D2D. Windows color (decimal): -16171466 or 3554825. OLE color: 3554825.

HSL color Cylindrical-coordinate representation of color #093E36: hue angle of 170.94º 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 #093E36 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 62 54 -
CMYK 0.85 0 0.13 0.76
HSL 170.94º 0.75% 0.14% -
HSV(B) 170.94º 0.85% 0.24% -
XYZ 2.5 3.77 4.09 -
YUV 45.24 132.94 102.15 -
System Red Green Blue C M Y K H S L
Decimal 9 62 54 0.85 0 0.13 0.76 170.94 0.75 0.14
Hex 9 3E 36 55 0 D 4C AB 4B E
Octal 11 76 66 125 0 15 114 253 113 16
Binary 1001 111110 110110 1010101 0 1101 1001100 10101011 1001011 1110

Color Harmonies of #093E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E36

Black with #093E36

Text Example


Text Example

White with #093E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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