Html Css Color HEX #02708D Teal

📋 copy color: '#02708D'

red 2 ◦ green 112 ◦ blue 141

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

Shades of Teal #02708D

Tints of Teal #02708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 0.78%
G = 43.92%
B = 55.29%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02708D (or 0x02708D) is known color: Teal. HEX triplet: 02, 70 and 8D. RGB value is (2,112,141). Sum of RGB (Red+Green+Blue) = 2+112+141=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #02708D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02708D is #FD8F72. Grayscale: #525252. Windows color (decimal): -16617331 or 9269250. OLE color: 9269250.

HSL color Cylindrical-coordinate representation of color #02708D: hue angle of 192.52º 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 #02708D is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 112 141 -
CMYK 0.99 0.21 0 0.45
HSL 192.52º 0.97% 0.28% -
HSV(B) 192.52º 0.99% 0.55% -
XYZ 10.63 13.52 27.25 -
YUV 82.42 161.06 70.64 -
System Red Green Blue C M Y K H S L
Decimal 2 112 141 0.99 0.21 0 0.45 192.52 0.97 0.28
Hex 2 70 8D 63 15 0 2D C1 61 1C
Octal 2 160 215 143 25 0 55 301 141 34
Binary 10 1110000 10001101 1100011 10101 0 101101 11000001 1100001 11100

Color Harmonies of #02708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02708D

Black with #02708D

Text Example


Text Example

White with #02708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02708D; }

 p { color: rgb(2,112,141); }

 H1.HeaderClassName
 {
   color: #02708D;
 }
 .AnyTagClassName
 {
   color: #02708D;
 }
</style>

background-color css

<style>
 a { background-color: #02708D; }

 a { background-color: rgb(2,112,141); }

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

border-color css

<style>
 span { border-color: #02708D; }

 span { border-color: rgb(2,112,141); }

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