Html Css Color HEX #02B17D Jade

📋 copy color: '#02B17D'

red 2 ◦ green 177 ◦ blue 125

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

Shades of Jade #02B17D

Tints of Jade #02B17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 58.22%

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

R = 0.66%
G = 58.22%
B = 41.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#02B17D (or 0x02B17D) is known color: Jade. HEX triplet: 02, B1 and 7D. RGB value is (2,177,125). Sum of RGB (Red+Green+Blue) = 2+177+125=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #02B17D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B17D is #FD4E82. Grayscale: #767676. Windows color (decimal): -16600707 or 8237314. OLE color: 8237314.

HSL color Cylindrical-coordinate representation of color #02B17D: hue angle of 162.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B17D is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 177 125 -
CMYK 0.99 0 0.29 0.31
HSL 162.17º 0.98% 0.35% -
HSV(B) 162.17º 0.99% 0.69% -
XYZ 19.45 32.94 24.73 -
YUV 118.75 131.52 44.73 -
System Red Green Blue C M Y K H S L
Decimal 2 177 125 0.99 0 0.29 0.31 162.17 0.98 0.35
Hex 2 B1 7D 63 0 1D 1F A2 62 23
Octal 2 261 175 143 0 35 37 242 142 43
Binary 10 10110001 1111101 1100011 0 11101 11111 10100010 1100010 100011

Color Harmonies of #02B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B17D

Black with #02B17D

Text Example


Text Example

White with #02B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B17D; }

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

 H1.HeaderClassName
 {
   color: #02B17D;
 }
 .AnyTagClassName
 {
   color: #02B17D;
 }
</style>

background-color css

<style>
 a { background-color: #02B17D; }

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

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

border-color css

<style>
 span { border-color: #02B17D; }

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

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