Html Css Color HEX #02C184 Caribbean Green

📋 copy color: '#02C184'

red 2 ◦ green 193 ◦ blue 132

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

Shades of Caribbean Green #02C184

Tints of Caribbean Green #02C184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 0.61%
G = 59.02%
B = 40.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#02C184 (or 0x02C184) is known color: Caribbean Green. HEX triplet: 02, C1 and 84. RGB value is (2,193,132). Sum of RGB (Red+Green+Blue) = 2+193+132=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #02C184 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C184 is #FD3E7B. Grayscale: #808080. Windows color (decimal): -16596604 or 8700162. OLE color: 8700162.

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

Color convert

RGB 2 193 132 -
CMYK 0.99 0 0.32 0.24
HSL 160.84º 0.98% 0.38% -
HSV(B) 160.84º 0.99% 0.76% -
XYZ 23.26 39.82 28.29 -
YUV 128.94 129.72 37.46 -
System Red Green Blue C M Y K H S L
Decimal 2 193 132 0.99 0 0.32 0.24 160.84 0.98 0.38
Hex 2 C1 84 63 0 20 18 A1 62 26
Octal 2 301 204 143 0 40 30 241 142 46
Binary 10 11000001 10000100 1100011 0 100000 11000 10100001 1100010 100110

Color Harmonies of #02C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C184

Black with #02C184

Text Example


Text Example

White with #02C184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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