Html Css Color HEX #02718D Teal

📋 copy color: '#02718D'

red 2 ◦ green 113 ◦ blue 141

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

Shades of Teal #02718D

Tints of Teal #02718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.14%

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

R = 0.78%
G = 44.14%
B = 55.08%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02718D (or 0x02718D) is known color: Teal. HEX triplet: 02, 71 and 8D. RGB value is (2,113,141). Sum of RGB (Red+Green+Blue) = 2+113+141=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #02718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02718D is #FD8E72. Grayscale: #525252. Windows color (decimal): -16617075 or 9269506. OLE color: 9269506.

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

Color convert

RGB 2 113 141 -
CMYK 0.99 0.20 0 0.45
HSL 192.09º 0.97% 0.28% -
HSV(B) 192.09º 0.99% 0.55% -
XYZ 10.74 13.75 27.29 -
YUV 83 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 2 113 141 0.99 0.20 0 0.45 192.09 0.97 0.28
Hex 2 71 8D 63 14 0 2D C0 61 1C
Octal 2 161 215 143 24 0 55 300 141 34
Binary 10 1110001 10001101 1100011 10100 0 101101 11000000 1100001 11100

Color Harmonies of #02718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02718D

Black with #02718D

Text Example


Text Example

White with #02718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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