Html Css Color HEX #02C18E Caribbean Green

📋 copy color: '#02C18E'

red 2 ◦ green 193 ◦ blue 142

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

Shades of Caribbean Green #02C18E

Tints of Caribbean Green #02C18E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.27%

 BLUE value IS 142 (55.86% from 255) = 42.14%

R = 0.59%
G = 57.27%
B = 42.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#02C18E (or 0x02C18E) is known color: Caribbean Green. HEX triplet: 02, C1 and 8E. RGB value is (2,193,142). Sum of RGB (Red+Green+Blue) = 2+193+142=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #02C18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C18E is #FD3E71. Grayscale: #828282. Windows color (decimal): -16596594 or 9355522. OLE color: 9355522.

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

Color convert

RGB 2 193 142 -
CMYK 0.99 0 0.26 0.24
HSL 163.98º 0.98% 0.38% -
HSV(B) 163.98º 0.99% 0.76% -
XYZ 23.98 40.11 32.07 -
YUV 130.08 134.72 36.65 -
System Red Green Blue C M Y K H S L
Decimal 2 193 142 0.99 0 0.26 0.24 163.98 0.98 0.38
Hex 2 C1 8E 63 0 1A 18 A4 62 26
Octal 2 301 216 143 0 32 30 244 142 46
Binary 10 11000001 10001110 1100011 0 11010 11000 10100100 1100010 100110

Color Harmonies of #02C18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C18E

Black with #02C18E

Text Example


Text Example

White with #02C18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,193,142); }

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

background-color css

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

 a { background-color: rgb(2,193,142); }

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

border-color css

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

 span { border-color: rgb(2,193,142); }

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