Html Css Color HEX #03553F Deep Teal

📋 copy color: '#03553F'

red 3 ◦ green 85 ◦ blue 63

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

Shades of Deep Teal #03553F

Tints of Deep Teal #03553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.29%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 1.99%
G = 56.29%
B = 41.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#03553F (or 0x03553F) is known color: Deep Teal. HEX triplet: 03, 55 and 3F. RGB value is (3,85,63). Sum of RGB (Red+Green+Blue) = 3+85+63=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #03553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03553F is #FCAAC0. Grayscale: #393939. Windows color (decimal): -16558785 or 4150531. OLE color: 4150531.

HSL color Cylindrical-coordinate representation of color #03553F: hue angle of 163.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03553F is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 63 -
CMYK 0.96 0 0.26 0.67
HSL 163.9º 0.93% 0.17% -
HSV(B) 163.9º 0.96% 0.33% -
XYZ 4.18 6.88 5.81 -
YUV 57.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 3 85 63 0.96 0 0.26 0.67 163.9 0.93 0.17
Hex 3 55 3F 60 0 1A 43 A4 5D 11
Octal 3 125 77 140 0 32 103 244 135 21
Binary 11 1010101 111111 1100000 0 11010 1000011 10100100 1011101 10001

Color Harmonies of #03553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03553F

Black with #03553F

Text Example


Text Example

White with #03553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03553F; }

 p { color: rgb(3,85,63); }

 H1.HeaderClassName
 {
   color: #03553F;
 }
 .AnyTagClassName
 {
   color: #03553F;
 }
</style>

background-color css

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

 a { background-color: rgb(3,85,63); }

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

border-color css

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

 span { border-color: rgb(3,85,63); }

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