Html Css Color HEX #02CE93 Caribbean Green

📋 copy color: '#02CE93'

red 2 ◦ green 206 ◦ blue 147

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

Shades of Caribbean Green #02CE93

Tints of Caribbean Green #02CE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 0.56%
G = 58.03%
B = 41.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#02CE93 (or 0x02CE93) is known color: Caribbean Green. HEX triplet: 02, CE and 93. RGB value is (2,206,147). Sum of RGB (Red+Green+Blue) = 2+206+147=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE93 is #FD316C. Grayscale: #8A8A8A. Windows color (decimal): -16593261 or 9686530. OLE color: 9686530.

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

Color convert

RGB 2 206 147 -
CMYK 0.99 0 0.29 0.19
HSL 162.65º 0.98% 0.41% -
HSV(B) 162.65º 0.99% 0.81% -
XYZ 27.36 46.26 35.09 -
YUV 138.28 132.91 30.8 -
System Red Green Blue C M Y K H S L
Decimal 2 206 147 0.99 0 0.29 0.19 162.65 0.98 0.41
Hex 2 CE 93 63 0 1D 13 A3 62 29
Octal 2 316 223 143 0 35 23 243 142 51
Binary 10 11001110 10010011 1100011 0 11101 10011 10100011 1100010 101001

Color Harmonies of #02CE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE93

Black with #02CE93

Text Example


Text Example

White with #02CE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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