Html Css Color HEX #094238 Deep Teal

📋 copy color: '#094238'

red 9 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #094238

Tints of Deep Teal #094238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 42.75%

R = 6.87%
G = 50.38%
B = 42.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#094238 (or 0x094238) is known color: Deep Teal. HEX triplet: 09, 42 and 38. RGB value is (9,66,56). Sum of RGB (Red+Green+Blue) = 9+66+56=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #094238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094238 is #F6BDC7. Grayscale: #2F2F2F. Windows color (decimal): -16170440 or 3686921. OLE color: 3686921.

HSL color Cylindrical-coordinate representation of color #094238: hue angle of 169.47º 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 #094238 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 56 -
CMYK 0.86 0 0.15 0.74
HSL 169.47º 0.76% 0.15% -
HSV(B) 169.47º 0.86% 0.26% -
XYZ 2.77 4.24 4.41 -
YUV 47.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 9 66 56 0.86 0 0.15 0.74 169.47 0.76 0.15
Hex 9 42 38 56 0 F 4A A9 4C F
Octal 11 102 70 126 0 17 112 251 114 17
Binary 1001 1000010 111000 1010110 0 1111 1001010 10101001 1001100 1111

Color Harmonies of #094238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094238

Black with #094238

Text Example


Text Example

White with #094238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094238; }

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

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

background-color css

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

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

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

border-color css

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

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

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