Html Css Color HEX #094035 Deep Teal

📋 copy color: '#094035'

red 9 ◦ green 64 ◦ blue 53

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

Shades of Deep Teal #094035

Tints of Deep Teal #094035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.79%

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

R = 7.14%
G = 50.79%
B = 42.06%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#094035 (or 0x094035) is known color: Deep Teal. HEX triplet: 09, 40 and 35. RGB value is (9,64,53). Sum of RGB (Red+Green+Blue) = 9+64+53=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #094035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094035 is #F6BFCA. Grayscale: #2E2E2E. Windows color (decimal): -16170955 or 3489801. OLE color: 3489801.

HSL color Cylindrical-coordinate representation of color #094035: hue angle of 168º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094035 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 53 -
CMYK 0.86 0 0.17 0.75
HSL 168º 0.75% 0.14% -
HSV(B) 168º 0.86% 0.25% -
XYZ 2.59 3.98 4 -
YUV 46.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 9 64 53 0.86 0 0.17 0.75 168 0.75 0.14
Hex 9 40 35 56 0 11 4B A8 4B E
Octal 11 100 65 126 0 21 113 250 113 16
Binary 1001 1000000 110101 1010110 0 10001 1001011 10101000 1001011 1110

Color Harmonies of #094035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094035

Black with #094035

Text Example


Text Example

White with #094035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094035; }

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

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

background-color css

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

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

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

border-color css

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

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

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