Html Css Color HEX #02C199 Caribbean Green

📋 copy color: '#02C199'

red 2 ◦ green 193 ◦ blue 153

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

Shades of Caribbean Green #02C199

Tints of Caribbean Green #02C199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 0.57%
G = 55.46%
B = 43.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#02C199 (or 0x02C199) is known color: Caribbean Green. HEX triplet: 02, C1 and 99. RGB value is (2,193,153). Sum of RGB (Red+Green+Blue) = 2+193+153=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #02C199 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C199 is #FD3E66. Grayscale: #838383. Windows color (decimal): -16596583 or 10076418. OLE color: 10076418.

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

Color convert

RGB 2 193 153 -
CMYK 0.99 0 0.21 0.24
HSL 167.43º 0.98% 0.38% -
HSV(B) 167.43º 0.99% 0.76% -
XYZ 24.84 40.45 36.64 -
YUV 131.33 140.22 35.75 -
System Red Green Blue C M Y K H S L
Decimal 2 193 153 0.99 0 0.21 0.24 167.43 0.98 0.38
Hex 2 C1 99 63 0 15 18 A7 62 26
Octal 2 301 231 143 0 25 30 247 142 46
Binary 10 11000001 10011001 1100011 0 10101 11000 10100111 1100010 100110

Color Harmonies of #02C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C199

Black with #02C199

Text Example


Text Example

White with #02C199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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