Html Css Color HEX #02727F Teal

📋 copy color: '#02727F'

red 2 ◦ green 114 ◦ blue 127

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

Shades of Teal #02727F

Tints of Teal #02727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.91%

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

R = 0.82%
G = 46.91%
B = 52.26%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02727F (or 0x02727F) is known color: Teal. HEX triplet: 02, 72 and 7F. RGB value is (2,114,127). Sum of RGB (Red+Green+Blue) = 2+114+127=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #02727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02727F is #FD8D80. Grayscale: #515151. Windows color (decimal): -16616833 or 8352258. OLE color: 8352258.

HSL color Cylindrical-coordinate representation of color #02727F: hue angle of 186.24º 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 #02727F is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 114 127 -
CMYK 0.98 0.10 0 0.50
HSL 186.24º 0.97% 0.25% -
HSV(B) 186.24º 0.98% 0.5% -
XYZ 9.87 13.58 22.18 -
YUV 81.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 2 114 127 0.98 0.10 0 0.50 186.24 0.97 0.25
Hex 2 72 7F 62 A 0 32 BA 61 19
Octal 2 162 177 142 12 0 62 272 141 31
Binary 10 1110010 1111111 1100010 1010 0 110010 10111010 1100001 11001

Color Harmonies of #02727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02727F

Black with #02727F

Text Example


Text Example

White with #02727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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