Html Css Color HEX #033E34 Deep Teal

📋 copy color: '#033E34'

red 3 ◦ green 62 ◦ blue 52

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

Shades of Deep Teal #033E34

Tints of Deep Teal #033E34

RGB

 RED value IS 3 (1.56% from 255) = 2.56%

 GREEN value IS 62 (24.61% from 255) = 52.99%

 BLUE value IS 52 (20.7% from 255) = 44.44%

R = 2.56%
G = 52.99%
B = 44.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#033E34 (or 0x033E34) is known color: Deep Teal. HEX triplet: 03, 3E and 34. RGB value is (3,62,52). Sum of RGB (Red+Green+Blue) = 3+62+52=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #033E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E34 is #FCC1CB. Grayscale: #2B2B2B. Windows color (decimal): -16564684 or 3423747. OLE color: 3423747.

HSL color Cylindrical-coordinate representation of color #033E34: hue angle of 169.83º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033E34 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 62 52 -
CMYK 0.95 0 0.16 0.76
HSL 169.83º 0.91% 0.13% -
HSV(B) 169.83º 0.95% 0.24% -
XYZ 2.38 3.71 3.84 -
YUV 43.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 3 62 52 0.95 0 0.16 0.76 169.83 0.91 0.13
Hex 3 3E 34 5F 0 10 4C AA 5B D
Octal 3 76 64 137 0 20 114 252 133 15
Binary 11 111110 110100 1011111 0 10000 1001100 10101010 1011011 1101

Color Harmonies of #033E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033E34

Black with #033E34

Text Example


Text Example

White with #033E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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