#034034

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

Shades of Deep Teal #034034

Tints of Deep Teal #034034

Color information

#034034 (or 0x034034) is unknown color: approx Deep Teal. HEX triplet: 03, 40 and 34. RGB value is (3,64,52). Sum of RGB (Red+Green+Blue) = 3+64+52=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #034034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034034 is #FCBFCB. Grayscale: #2C2C2C. Windows color (decimal): -16564172 or 3424259. OLE color: 3424259.

HSL color Cylindrical-coordinate representation of color #034034: hue angle of 168.2º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034034 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB36452-
CMYK0.9500.190.75
HSL168.2º91.04%13.14%-
HSV(B)168.2º95.31%25.1%-
XYZ2.493.933.88-
YUV44.39132.2998.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=2.52%
G=53.78%
B=43.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364520.9500.190.75168.291.0413.14
Hex340345F0134Ba85bd
Octal31006413702311325013315
Binary111000000110100101111101001110010111010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034034; }

 p { color: rgb(3,64,52); }

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

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

 a { background-color: rgb(3,64,52); }

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

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

 span { border-color: rgb(3,64,52); }

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