Html Css Color HEX #02827F Teal

📋 copy color: '#02827F'

red 2 ◦ green 130 ◦ blue 127

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

Shades of Teal #02827F

Tints of Teal #02827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

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

R = 0.77%
G = 50.19%
B = 49.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#02827F (or 0x02827F) is known color: Teal. HEX triplet: 02, 82 and 7F. RGB value is (2,130,127). Sum of RGB (Red+Green+Blue) = 2+130+127=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #02827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02827F is #FD7D80. Grayscale: #5B5B5B. Windows color (decimal): -16612737 or 8356354. OLE color: 8356354.

HSL color Cylindrical-coordinate representation of color #02827F: hue angle of 178.59º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02827F is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 127 -
CMYK 0.98 0 0.02 0.49
HSL 178.59º 0.97% 0.26% -
HSV(B) 178.59º 0.98% 0.51% -
XYZ 11.84 17.51 22.83 -
YUV 91.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 2 130 127 0.98 0 0.02 0.49 178.59 0.97 0.26
Hex 2 82 7F 62 0 2 31 B3 61 1A
Octal 2 202 177 142 0 2 61 263 141 32
Binary 10 10000010 1111111 1100010 0 10 110001 10110011 1100001 11010

Color Harmonies of #02827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02827F

Black with #02827F

Text Example


Text Example

White with #02827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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