#034738

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

Shades of Deep Teal #034738

Tints of Deep Teal #034738

Color information

#034738 (or 0x034738) is unknown color: approx Deep Teal. HEX triplet: 03, 47 and 38. RGB value is (3,71,56). Sum of RGB (Red+Green+Blue) = 3+71+56=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #034738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034738 is #FCB8C7. Grayscale: #303030. Windows color (decimal): -16562376 or 3688195. OLE color: 3688195.

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

Color convert

RGB37156-
CMYK0.9600.210.72
HSL166.76º91.89%14.51%-
HSV(B)166.76º95.77%27.84%-
XYZ34.814.51-
YUV48.96131.9795.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 71 (28.12% from 255) = 54.62%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=2.31%
G=54.62%
B=43.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371560.9600.210.72166.7691.8914.51
Hex347386001548a75cf
Octal31077014002511024713417
Binary111000111111000110000001010110010001010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034738; }

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

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

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

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

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

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

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

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