Html Css Color HEX #02887F Teal

📋 copy color: '#02887F'

red 2 ◦ green 136 ◦ blue 127

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

Shades of Teal #02887F

Tints of Teal #02887F

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

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

 BLUE value IS 127 (50% from 255) = 47.92%

R = 0.75%
G = 51.32%
B = 47.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#02887F (or 0x02887F) is known color: Teal. HEX triplet: 02, 88 and 7F. RGB value is (2,136,127). Sum of RGB (Red+Green+Blue) = 2+136+127=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #02887F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02887F is #FD7780. Grayscale: #5E5E5E. Windows color (decimal): -16611201 or 8357890. OLE color: 8357890.

HSL color Cylindrical-coordinate representation of color #02887F: hue angle of 175.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02887F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 127 -
CMYK 0.99 0 0.07 0.47
HSL 175.97º 0.97% 0.27% -
HSV(B) 175.97º 0.99% 0.53% -
XYZ 12.66 19.15 23.11 -
YUV 94.91 146.11 61.73 -
System Red Green Blue C M Y K H S L
Decimal 2 136 127 0.99 0 0.07 0.47 175.97 0.97 0.27
Hex 2 88 7F 63 0 7 2F B0 61 1B
Octal 2 210 177 143 0 7 57 260 141 33
Binary 10 10001000 1111111 1100011 0 111 101111 10110000 1100001 11011

Color Harmonies of #02887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02887F

Black with #02887F

Text Example


Text Example

White with #02887F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,136,127); }

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

background-color css

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

 a { background-color: rgb(2,136,127); }

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

border-color css

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

 span { border-color: rgb(2,136,127); }

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