Html Css Color HEX #094237 Deep Teal

📋 copy color: '#094237'

red 9 ◦ green 66 ◦ blue 55

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

Shades of Deep Teal #094237

Tints of Deep Teal #094237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.77%

 BLUE value IS 55 (21.88% from 255) = 42.31%

R = 6.92%
G = 50.77%
B = 42.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#094237 (or 0x094237) is known color: Deep Teal. HEX triplet: 09, 42 and 37. RGB value is (9,66,55). Sum of RGB (Red+Green+Blue) = 9+66+55=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #094237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094237 is #F6BDC8. Grayscale: #2F2F2F. Windows color (decimal): -16170441 or 3621385. OLE color: 3621385.

HSL color Cylindrical-coordinate representation of color #094237: hue angle of 168.42º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094237 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 55 -
CMYK 0.86 0 0.17 0.74
HSL 168.42º 0.76% 0.15% -
HSV(B) 168.42º 0.86% 0.26% -
XYZ 2.75 4.23 4.29 -
YUV 47.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 9 66 55 0.86 0 0.17 0.74 168.42 0.76 0.15
Hex 9 42 37 56 0 11 4A A8 4C F
Octal 11 102 67 126 0 21 112 250 114 17
Binary 1001 1000010 110111 1010110 0 10001 1001010 10101000 1001100 1111

Color Harmonies of #094237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094237

Black with #094237

Text Example


Text Example

White with #094237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094237; }

 p { color: rgb(9,66,55); }

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

background-color css

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

 a { background-color: rgb(9,66,55); }

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

border-color css

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

 span { border-color: rgb(9,66,55); }

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