Html Css Color HEX #02777F Teal

📋 copy color: '#02777F'

red 2 ◦ green 119 ◦ blue 127

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

Shades of Teal #02777F

Tints of Teal #02777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

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

R = 0.81%
G = 47.98%
B = 51.21%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02777F (or 0x02777F) is known color: Teal. HEX triplet: 02, 77 and 7F. RGB value is (2,119,127). Sum of RGB (Red+Green+Blue) = 2+119+127=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #02777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02777F is #FD8880. Grayscale: #545454. Windows color (decimal): -16615553 or 8353538. OLE color: 8353538.

HSL color Cylindrical-coordinate representation of color #02777F: hue angle of 183.84º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02777F is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 119 127 -
CMYK 0.98 0.06 0 0.50
HSL 183.84º 0.97% 0.25% -
HSV(B) 183.84º 0.98% 0.5% -
XYZ 10.45 14.74 22.37 -
YUV 84.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 2 119 127 0.98 0.06 0 0.50 183.84 0.97 0.25
Hex 2 77 7F 62 6 0 32 B8 61 19
Octal 2 167 177 142 6 0 62 270 141 31
Binary 10 1110111 1111111 1100010 110 0 110010 10111000 1100001 11001

Color Harmonies of #02777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02777F

Black with #02777F

Text Example


Text Example

White with #02777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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