Html Css Color HEX #02B06C Jade

📋 copy color: '#02B06C'

red 2 ◦ green 176 ◦ blue 108

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

Shades of Jade #02B06C

Tints of Jade #02B06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.54%

 BLUE value IS 108 (42.58% from 255) = 37.76%

R = 0.7%
G = 61.54%
B = 37.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#02B06C (or 0x02B06C) is known color: Jade. HEX triplet: 02, B0 and 6C. RGB value is (2,176,108). Sum of RGB (Red+Green+Blue) = 2+176+108=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #02B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B06C is #FD4F93. Grayscale: #747474. Windows color (decimal): -16600980 or 7122946. OLE color: 7122946.

HSL color Cylindrical-coordinate representation of color #02B06C: hue angle of 156.55º 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 #02B06C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 176 108 -
CMYK 0.99 0 0.39 0.31
HSL 156.55º 0.98% 0.35% -
HSV(B) 156.55º 0.99% 0.69% -
XYZ 18.26 32.15 19.43 -
YUV 116.22 123.35 46.53 -
System Red Green Blue C M Y K H S L
Decimal 2 176 108 0.99 0 0.39 0.31 156.55 0.98 0.35
Hex 2 B0 6C 63 0 27 1F 9D 62 23
Octal 2 260 154 143 0 47 37 235 142 43
Binary 10 10110000 1101100 1100011 0 100111 11111 10011101 1100010 100011

Color Harmonies of #02B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B06C

Black with #02B06C

Text Example


Text Example

White with #02B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,176,108); }

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

background-color css

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

 a { background-color: rgb(2,176,108); }

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

border-color css

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

 span { border-color: rgb(2,176,108); }

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