#024738

Color #024738 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #024738

Tints of Deep Teal #024738

Color information

#024738 (or 0x024738) is unknown color: approx Deep Teal. HEX triplet: 02, 47 and 38. RGB value is (2,71,56). Sum of RGB (Red+Green+Blue) = 2+71+56=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #024738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024738 is #FDB8C7. Grayscale: #303030. Windows color (decimal): -16627912 or 3688194. OLE color: 3688194.

HSL color Cylindrical-coordinate representation of color #024738: hue angle of 166.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024738 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB27156-
CMYK0.9700.210.72
HSL166.96º94.52%14.31%-
HSV(B)166.96º97.18%27.84%-
XYZ2.994.84.51-
YUV48.66132.1494.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=1.55%
G=55.04%
B=43.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271560.9700.210.72166.9694.5214.31
Hex247386101548a75fe
Octal21077014102511024713716
Binary101000111111000110000101010110010001010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024738; }

 p { color: rgb(2,71,56); }

 H1.HeaderClassName
 {
   color: #024738;
 }
 .AnyTagClassName
 {
   color: #024738;
 }
</style>
background-color css

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

 a { background-color: rgb(2,71,56); }

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

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

 span { border-color: rgb(2,71,56); }

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