Html Css Color HEX #02C988 Caribbean Green

📋 copy color: '#02C988'

red 2 ◦ green 201 ◦ blue 136

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

Shades of Caribbean Green #02C988

Tints of Caribbean Green #02C988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.29%

 BLUE value IS 136 (53.52% from 255) = 40.12%

R = 0.59%
G = 59.29%
B = 40.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#02C988 (or 0x02C988) is known color: Caribbean Green. HEX triplet: 02, C9 and 88. RGB value is (2,201,136). Sum of RGB (Red+Green+Blue) = 2+201+136=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 201 (78.91% from 255 or 59.29% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 201 - color contains mainly: green. Hex color #02C988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C988 is #FD3677. Grayscale: #868686. Windows color (decimal): -16594552 or 8964354. OLE color: 8964354.

HSL color Cylindrical-coordinate representation of color #02C988: hue angle of 160.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C988 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 201 136 -
CMYK 0.99 0 0.32 0.21
HSL 160.4º 0.98% 0.4% -
HSV(B) 160.4º 0.99% 0.79% -
XYZ 25.36 43.56 30.36 -
YUV 134.09 129.07 33.79 -
System Red Green Blue C M Y K H S L
Decimal 2 201 136 0.99 0 0.32 0.21 160.4 0.98 0.4
Hex 2 C9 88 63 0 20 15 A0 62 28
Octal 2 311 210 143 0 40 25 240 142 50
Binary 10 11001001 10001000 1100011 0 100000 10101 10100000 1100010 101000

Color Harmonies of #02C988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C988

Black with #02C988

Text Example


Text Example

White with #02C988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,201,136); }

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

background-color css

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

 a { background-color: rgb(2,201,136); }

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

border-color css

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

 span { border-color: rgb(2,201,136); }

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