Html Css Color HEX #02C192 Caribbean Green

📋 copy color: '#02C192'

red 2 ◦ green 193 ◦ blue 146

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

Shades of Caribbean Green #02C192

Tints of Caribbean Green #02C192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.82%

R = 0.59%
G = 56.6%
B = 42.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#02C192 (or 0x02C192) is known color: Caribbean Green. HEX triplet: 02, C1 and 92. RGB value is (2,193,146). Sum of RGB (Red+Green+Blue) = 2+193+146=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #02C192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C192 is #FD3E6D. Grayscale: #828282. Windows color (decimal): -16596590 or 9617666. OLE color: 9617666.

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

Color convert

RGB 2 193 146 -
CMYK 0.99 0 0.24 0.24
HSL 165.24º 0.98% 0.38% -
HSV(B) 165.24º 0.99% 0.76% -
XYZ 24.28 40.23 33.68 -
YUV 130.53 136.72 36.32 -
System Red Green Blue C M Y K H S L
Decimal 2 193 146 0.99 0 0.24 0.24 165.24 0.98 0.38
Hex 2 C1 92 63 0 18 18 A5 62 26
Octal 2 301 222 143 0 30 30 245 142 46
Binary 10 11000001 10010010 1100011 0 11000 11000 10100101 1100010 100110

Color Harmonies of #02C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C192

Black with #02C192

Text Example


Text Example

White with #02C192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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