Html Css Color HEX #02CE98 Caribbean Green

📋 copy color: '#02CE98'

red 2 ◦ green 206 ◦ blue 152

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

Shades of Caribbean Green #02CE98

Tints of Caribbean Green #02CE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.22%

R = 0.56%
G = 57.22%
B = 42.22%

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

#02CE98 (or 0x02CE98) is known color: Caribbean Green. HEX triplet: 02, CE and 98. RGB value is (2,206,152). Sum of RGB (Red+Green+Blue) = 2+206+152=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE98 is #FD3167. Grayscale: #8A8A8A. Windows color (decimal): -16593256 or 10014210. OLE color: 10014210.

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

Color convert

RGB 2 206 152 -
CMYK 0.99 0 0.26 0.19
HSL 164.12º 0.98% 0.41% -
HSV(B) 164.12º 0.99% 0.81% -
XYZ 27.76 46.42 37.2 -
YUV 138.85 135.41 30.39 -
System Red Green Blue C M Y K H S L
Decimal 2 206 152 0.99 0 0.26 0.19 164.12 0.98 0.41
Hex 2 CE 98 63 0 1A 13 A4 62 29
Octal 2 316 230 143 0 32 23 244 142 51
Binary 10 11001110 10011000 1100011 0 11010 10011 10100100 1100010 101001

Color Harmonies of #02CE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE98

Black with #02CE98

Text Example


Text Example

White with #02CE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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