Html Css Color HEX #02CE99 Caribbean Green

📋 copy color: '#02CE99'

red 2 ◦ green 206 ◦ blue 153

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

Shades of Caribbean Green #02CE99

Tints of Caribbean Green #02CE99

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.06%

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 0.55%
G = 57.06%
B = 42.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#02CE99 (or 0x02CE99) is known color: Caribbean Green. HEX triplet: 02, CE and 99. RGB value is (2,206,153). Sum of RGB (Red+Green+Blue) = 2+206+153=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE99 is #FD3166. Grayscale: #8A8A8A. Windows color (decimal): -16593255 or 10079746. OLE color: 10079746.

HSL color Cylindrical-coordinate representation of color #02CE99: hue angle of 164.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE99 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 206 153 -
CMYK 0.99 0 0.26 0.19
HSL 164.41º 0.98% 0.41% -
HSV(B) 164.41º 0.99% 0.81% -
XYZ 27.85 46.46 37.64 -
YUV 138.96 135.91 30.31 -
System Red Green Blue C M Y K H S L
Decimal 2 206 153 0.99 0 0.26 0.19 164.41 0.98 0.41
Hex 2 CE 99 63 0 1A 13 A4 62 29
Octal 2 316 231 143 0 32 23 244 142 51
Binary 10 11001110 10011001 1100011 0 11010 10011 10100100 1100010 101001

Color Harmonies of #02CE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE99

Black with #02CE99

Text Example


Text Example

White with #02CE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,153); }

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

background-color css

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

 a { background-color: rgb(2,206,153); }

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

border-color css

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

 span { border-color: rgb(2,206,153); }

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