Html Css Color HEX #02CE8A Caribbean Green

📋 copy color: '#02CE8A'

red 2 ◦ green 206 ◦ blue 138

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

Shades of Caribbean Green #02CE8A

Tints of Caribbean Green #02CE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 0.58%
G = 59.54%
B = 39.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#02CE8A (or 0x02CE8A) is known color: Caribbean Green. HEX triplet: 02, CE and 8A. RGB value is (2,206,138). Sum of RGB (Red+Green+Blue) = 2+206+138=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 206 (80.86% from 255 or 59.54% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CE8A is #FD3175. Grayscale: #898989. Windows color (decimal): -16593270 or 9096706. OLE color: 9096706.

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

Color convert

RGB 2 206 138 -
CMYK 0.99 0 0.33 0.19
HSL 160º 0.98% 0.41% -
HSV(B) 160º 0.99% 0.81% -
XYZ 26.68 45.99 31.52 -
YUV 137.25 128.41 31.53 -
System Red Green Blue C M Y K H S L
Decimal 2 206 138 0.99 0 0.33 0.19 160 0.98 0.41
Hex 2 CE 8A 63 0 21 13 A0 62 29
Octal 2 316 212 143 0 41 23 240 142 51
Binary 10 11001110 10001010 1100011 0 100001 10011 10100000 1100010 101001

Color Harmonies of #02CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE8A

Black with #02CE8A

Text Example


Text Example

White with #02CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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