Html Css Color HEX #02BB7D Jade

📋 copy color: '#02BB7D'

red 2 ◦ green 187 ◦ blue 125

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

Shades of Jade #02BB7D

Tints of Jade #02BB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.55%

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

R = 0.64%
G = 59.55%
B = 39.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#02BB7D (or 0x02BB7D) is known color: Jade. HEX triplet: 02, BB and 7D. RGB value is (2,187,125). Sum of RGB (Red+Green+Blue) = 2+187+125=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #02BB7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BB7D is #FD4482. Grayscale: #7C7C7C. Windows color (decimal): -16598147 or 8239874. OLE color: 8239874.

HSL color Cylindrical-coordinate representation of color #02BB7D: hue angle of 159.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BB7D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 187 125 -
CMYK 0.99 0 0.33 0.27
HSL 159.89º 0.98% 0.37% -
HSV(B) 159.89º 0.99% 0.73% -
XYZ 21.5 37.03 25.42 -
YUV 124.62 128.21 40.54 -
System Red Green Blue C M Y K H S L
Decimal 2 187 125 0.99 0 0.33 0.27 159.89 0.98 0.37
Hex 2 BB 7D 63 0 21 1B A0 62 25
Octal 2 273 175 143 0 41 33 240 142 45
Binary 10 10111011 1111101 1100011 0 100001 11011 10100000 1100010 100101

Color Harmonies of #02BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BB7D

Black with #02BB7D

Text Example


Text Example

White with #02BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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