Html Css Color HEX #03887D Teal

📋 copy color: '#03887D'

red 3 ◦ green 136 ◦ blue 125

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

Shades of Teal #03887D

Tints of Teal #03887D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.52%

 BLUE value IS 125 (49.22% from 255) = 47.35%

R = 1.14%
G = 51.52%
B = 47.35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#03887D (or 0x03887D) is known color: Teal. HEX triplet: 03, 88 and 7D. RGB value is (3,136,125). Sum of RGB (Red+Green+Blue) = 3+136+125=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #03887D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03887D is #FC7782. Grayscale: #5E5E5E. Windows color (decimal): -16545667 or 8226819. OLE color: 8226819.

HSL color Cylindrical-coordinate representation of color #03887D: hue angle of 175.04º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03887D is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 136 125 -
CMYK 0.98 0 0.08 0.47
HSL 175.04º 0.96% 0.27% -
HSV(B) 175.04º 0.98% 0.53% -
XYZ 12.54 19.11 22.43 -
YUV 94.98 144.94 62.39 -
System Red Green Blue C M Y K H S L
Decimal 3 136 125 0.98 0 0.08 0.47 175.04 0.96 0.27
Hex 3 88 7D 62 0 8 2F AF 60 1B
Octal 3 210 175 142 0 10 57 257 140 33
Binary 11 10001000 1111101 1100010 0 1000 101111 10101111 1100000 11011

Color Harmonies of #03887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03887D

Black with #03887D

Text Example


Text Example

White with #03887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03887D; }

 p { color: rgb(3,136,125); }

 H1.HeaderClassName
 {
   color: #03887D;
 }
 .AnyTagClassName
 {
   color: #03887D;
 }
</style>

background-color css

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

 a { background-color: rgb(3,136,125); }

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

border-color css

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

 span { border-color: rgb(3,136,125); }

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