#034B38

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

Shades of Deep Teal #034B38

Tints of Deep Teal #034B38

Color information

#034B38 (or 0x034B38) is unknown color: approx Deep Teal. HEX triplet: 03, 4B and 38. RGB value is (3,75,56). Sum of RGB (Red+Green+Blue) = 3+75+56=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #034B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B38 is #FCB4C7. Grayscale: #333333. Windows color (decimal): -16561352 or 3689219. OLE color: 3689219.

HSL color Cylindrical-coordinate representation of color #034B38: hue angle of 164.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B38 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB37556-
CMYK0.9600.250.71
HSL164.17º92.31%15.29%-
HSV(B)164.17º96%29.41%-
XYZ3.275.344.6-
YUV51.31130.6593.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=2.24%
G=55.97%
B=41.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375560.9600.250.71164.1792.3115.29
Hex34B386001947a45cf
Octal31137014003110724413417
Binary111001011111000110000001100110001111010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034B38; }

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

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

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

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

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

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

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

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