Html Css Color HEX #02728C Teal

📋 copy color: '#02728C'

red 2 ◦ green 114 ◦ blue 140

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

Shades of Teal #02728C

Tints of Teal #02728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 0.78%
G = 44.53%
B = 54.69%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02728C (or 0x02728C) is known color: Teal. HEX triplet: 02, 72 and 8C. RGB value is (2,114,140). Sum of RGB (Red+Green+Blue) = 2+114+140=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #02728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02728C is #FD8D73. Grayscale: #535353. Windows color (decimal): -16616820 or 9204226. OLE color: 9204226.

HSL color Cylindrical-coordinate representation of color #02728C: hue angle of 191.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02728C is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 114 140 -
CMYK 0.99 0.19 0 0.45
HSL 191.3º 0.97% 0.28% -
HSV(B) 191.3º 0.99% 0.55% -
XYZ 10.78 13.94 26.93 -
YUV 83.48 159.89 69.89 -
System Red Green Blue C M Y K H S L
Decimal 2 114 140 0.99 0.19 0 0.45 191.3 0.97 0.28
Hex 2 72 8C 63 13 0 2D BF 61 1C
Octal 2 162 214 143 23 0 55 277 141 34
Binary 10 1110010 10001100 1100011 10011 0 101101 10111111 1100001 11100

Color Harmonies of #02728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02728C

Black with #02728C

Text Example


Text Example

White with #02728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02728C; }

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

 H1.HeaderClassName
 {
   color: #02728C;
 }
 .AnyTagClassName
 {
   color: #02728C;
 }
</style>

background-color css

<style>
 a { background-color: #02728C; }

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

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

border-color css

<style>
 span { border-color: #02728C; }

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

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