Html Css Color HEX #094539 Deep Teal

📋 copy color: '#094539'

red 9 ◦ green 69 ◦ blue 57

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

Shades of Deep Teal #094539

Tints of Deep Teal #094539

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.11%

 BLUE value IS 57 (22.66% from 255) = 42.22%

R = 6.67%
G = 51.11%
B = 42.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#094539 (or 0x094539) is known color: Deep Teal. HEX triplet: 09, 45 and 39. RGB value is (9,69,57). Sum of RGB (Red+Green+Blue) = 9+69+57=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #094539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094539 is #F6BAC6. Grayscale: #313131. Windows color (decimal): -16169671 or 3753225. OLE color: 3753225.

HSL color Cylindrical-coordinate representation of color #094539: hue angle of 168º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094539 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 57 -
CMYK 0.87 0 0.17 0.73
HSL 168º 0.77% 0.15% -
HSV(B) 168º 0.87% 0.27% -
XYZ 2.98 4.61 4.6 -
YUV 49.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 9 69 57 0.87 0 0.17 0.73 168 0.77 0.15
Hex 9 45 39 57 0 11 49 A8 4D F
Octal 11 105 71 127 0 21 111 250 115 17
Binary 1001 1000101 111001 1010111 0 10001 1001001 10101000 1001101 1111

Color Harmonies of #094539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094539

Black with #094539

Text Example


Text Example

White with #094539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094539; }

 p { color: rgb(9,69,57); }

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

background-color css

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

 a { background-color: rgb(9,69,57); }

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

border-color css

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

 span { border-color: rgb(9,69,57); }

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