Html Css Color HEX #02747F Teal

📋 copy color: '#02747F'

red 2 ◦ green 116 ◦ blue 127

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

Shades of Teal #02747F

Tints of Teal #02747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 0.82%
G = 47.35%
B = 51.84%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02747F (or 0x02747F) is known color: Teal. HEX triplet: 02, 74 and 7F. RGB value is (2,116,127). Sum of RGB (Red+Green+Blue) = 2+116+127=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #02747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02747F is #FD8B80. Grayscale: #535353. Windows color (decimal): -16616321 or 8352770. OLE color: 8352770.

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

Color convert

RGB 2 116 127 -
CMYK 0.98 0.09 0 0.50
HSL 185.28º 0.97% 0.25% -
HSV(B) 185.28º 0.98% 0.5% -
XYZ 10.1 14.04 22.26 -
YUV 83.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 2 116 127 0.98 0.09 0 0.50 185.28 0.97 0.25
Hex 2 74 7F 62 9 0 32 B9 61 19
Octal 2 164 177 142 11 0 62 271 141 31
Binary 10 1110100 1111111 1100010 1001 0 110010 10111001 1100001 11001

Color Harmonies of #02747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02747F

Black with #02747F

Text Example


Text Example

White with #02747F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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