Html Css Color HEX #02C188 Caribbean Green

📋 copy color: '#02C188'

red 2 ◦ green 193 ◦ blue 136

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

Shades of Caribbean Green #02C188

Tints of Caribbean Green #02C188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.09%

R = 0.6%
G = 58.31%
B = 41.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#02C188 (or 0x02C188) is known color: Caribbean Green. HEX triplet: 02, C1 and 88. RGB value is (2,193,136). Sum of RGB (Red+Green+Blue) = 2+193+136=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #02C188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C188 is #FD3E77. Grayscale: #818181. Windows color (decimal): -16596600 or 8962306. OLE color: 8962306.

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

Color convert

RGB 2 193 136 -
CMYK 0.99 0 0.30 0.24
HSL 162.09º 0.98% 0.38% -
HSV(B) 162.09º 0.99% 0.76% -
XYZ 23.54 39.93 29.76 -
YUV 129.39 131.72 37.13 -
System Red Green Blue C M Y K H S L
Decimal 2 193 136 0.99 0 0.30 0.24 162.09 0.98 0.38
Hex 2 C1 88 63 0 1E 18 A2 62 26
Octal 2 301 210 143 0 36 30 242 142 46
Binary 10 11000001 10001000 1100011 0 11110 11000 10100010 1100010 100110

Color Harmonies of #02C188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C188

Black with #02C188

Text Example


Text Example

White with #02C188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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