Html Css Color HEX #094335 Deep Teal

📋 copy color: '#094335'

red 9 ◦ green 67 ◦ blue 53

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

Shades of Deep Teal #094335

Tints of Deep Teal #094335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.94%

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

R = 6.98%
G = 51.94%
B = 41.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#094335 (or 0x094335) is known color: Deep Teal. HEX triplet: 09, 43 and 35. RGB value is (9,67,53). Sum of RGB (Red+Green+Blue) = 9+67+53=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #094335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094335 is #F6BCCA. Grayscale: #303030. Windows color (decimal): -16170187 or 3490569. OLE color: 3490569.

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

Color convert

RGB 9 67 53 -
CMYK 0.87 0 0.21 0.74
HSL 165.52º 0.76% 0.15% -
HSV(B) 165.52º 0.87% 0.26% -
XYZ 2.76 4.33 4.06 -
YUV 48.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 9 67 53 0.87 0 0.21 0.74 165.52 0.76 0.15
Hex 9 43 35 57 0 15 4A A6 4C F
Octal 11 103 65 127 0 25 112 246 114 17
Binary 1001 1000011 110101 1010111 0 10101 1001010 10100110 1001100 1111

Color Harmonies of #094335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094335

Black with #094335

Text Example


Text Example

White with #094335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094335; }

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

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

background-color css

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

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

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

border-color css

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

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

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