Html Css Color HEX #02817D Teal

📋 copy color: '#02817D'

red 2 ◦ green 129 ◦ blue 125

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

Shades of Teal #02817D

Tints of Teal #02817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.39%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 0.78%
G = 50.39%
B = 48.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#02817D (or 0x02817D) is known color: Teal. HEX triplet: 02, 81 and 7D. RGB value is (2,129,125). Sum of RGB (Red+Green+Blue) = 2+129+125=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #02817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02817D is #FD7E82. Grayscale: #5A5A5A. Windows color (decimal): -16612995 or 8225026. OLE color: 8225026.

HSL color Cylindrical-coordinate representation of color #02817D: hue angle of 178.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02817D is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 129 125 -
CMYK 0.98 0 0.03 0.49
HSL 178.11º 0.97% 0.26% -
HSV(B) 178.11º 0.98% 0.51% -
XYZ 11.58 17.19 22.11 -
YUV 90.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 2 129 125 0.98 0 0.03 0.49 178.11 0.97 0.26
Hex 2 81 7D 62 0 3 31 B2 61 1A
Octal 2 201 175 142 0 3 61 262 141 32
Binary 10 10000001 1111101 1100010 0 11 110001 10110010 1100001 11010

Color Harmonies of #02817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02817D

Black with #02817D

Text Example


Text Example

White with #02817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,129,125); }

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

background-color css

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

 a { background-color: rgb(2,129,125); }

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

border-color css

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

 span { border-color: rgb(2,129,125); }

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