Html Css Color HEX #094038 Deep Teal

📋 copy color: '#094038'

red 9 ◦ green 64 ◦ blue 56

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

Shades of Deep Teal #094038

Tints of Deep Teal #094038

RGB

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

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

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

R = 6.98%
G = 49.61%
B = 43.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#094038 (or 0x094038) is known color: Deep Teal. HEX triplet: 09, 40 and 38. RGB value is (9,64,56). Sum of RGB (Red+Green+Blue) = 9+64+56=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #094038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094038 is #F6BFC7. Grayscale: #2E2E2E. Windows color (decimal): -16170952 or 3686409. OLE color: 3686409.

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

Color convert

RGB 9 64 56 -
CMYK 0.86 0 0.13 0.75
HSL 171.27º 0.75% 0.14% -
HSV(B) 171.27º 0.86% 0.25% -
XYZ 2.66 4.01 4.38 -
YUV 46.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 9 64 56 0.86 0 0.13 0.75 171.27 0.75 0.14
Hex 9 40 38 56 0 D 4B AB 4B E
Octal 11 100 70 126 0 15 113 253 113 16
Binary 1001 1000000 111000 1010110 0 1101 1001011 10101011 1001011 1110

Color Harmonies of #094038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094038

Black with #094038

Text Example


Text Example

White with #094038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094038; }

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

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

background-color css

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

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

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

border-color css

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

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

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