Html Css Color HEX #094435 Deep Teal

📋 copy color: '#094435'

red 9 ◦ green 68 ◦ blue 53

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

Shades of Deep Teal #094435

Tints of Deep Teal #094435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 52.31%

 BLUE value IS 53 (21.09% from 255) = 40.77%

R = 6.92%
G = 52.31%
B = 40.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#094435 (or 0x094435) is known color: Deep Teal. HEX triplet: 09, 44 and 35. RGB value is (9,68,53). Sum of RGB (Red+Green+Blue) = 9+68+53=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #094435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094435 is #F6BBCA. Grayscale: #303030. Windows color (decimal): -16169931 or 3490825. OLE color: 3490825.

HSL color Cylindrical-coordinate representation of color #094435: hue angle of 164.75º 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 #094435 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 53 -
CMYK 0.87 0 0.22 0.73
HSL 164.75º 0.77% 0.15% -
HSV(B) 164.75º 0.87% 0.27% -
XYZ 2.82 4.45 4.08 -
YUV 48.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 9 68 53 0.87 0 0.22 0.73 164.75 0.77 0.15
Hex 9 44 35 57 0 16 49 A5 4D F
Octal 11 104 65 127 0 26 111 245 115 17
Binary 1001 1000100 110101 1010111 0 10110 1001001 10100101 1001101 1111

Color Harmonies of #094435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094435

Black with #094435

Text Example


Text Example

White with #094435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094435; }

 p { color: rgb(9,68,53); }

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

background-color css

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

 a { background-color: rgb(9,68,53); }

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

border-color css

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

 span { border-color: rgb(9,68,53); }

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