Html Css Color HEX #02C189 Caribbean Green

📋 copy color: '#02C189'

red 2 ◦ green 193 ◦ blue 137

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

Shades of Caribbean Green #02C189

Tints of Caribbean Green #02C189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.27%

R = 0.6%
G = 58.13%
B = 41.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#02C189 (or 0x02C189) is known color: Caribbean Green. HEX triplet: 02, C1 and 89. RGB value is (2,193,137). Sum of RGB (Red+Green+Blue) = 2+193+137=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #02C189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C189 is #FD3E76. Grayscale: #818181. Windows color (decimal): -16596599 or 9027842. OLE color: 9027842.

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

Color convert

RGB 2 193 137 -
CMYK 0.99 0 0.29 0.24
HSL 162.41º 0.98% 0.38% -
HSV(B) 162.41º 0.99% 0.76% -
XYZ 23.61 39.96 30.14 -
YUV 129.51 132.22 37.05 -
System Red Green Blue C M Y K H S L
Decimal 2 193 137 0.99 0 0.29 0.24 162.41 0.98 0.38
Hex 2 C1 89 63 0 1D 18 A2 62 26
Octal 2 301 211 143 0 35 30 242 142 46
Binary 10 11000001 10001001 1100011 0 11101 11000 10100010 1100010 100110

Color Harmonies of #02C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C189

Black with #02C189

Text Example


Text Example

White with #02C189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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