Html Css Color HEX #02C19F Caribbean Green

📋 copy color: '#02C19F'

red 2 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #02C19F

Tints of Caribbean Green #02C19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 0.56%
G = 54.52%
B = 44.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#02C19F (or 0x02C19F) is known color: Caribbean Green. HEX triplet: 02, C1 and 9F. RGB value is (2,193,159). Sum of RGB (Red+Green+Blue) = 2+193+159=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #02C19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C19F is #FD3E60. Grayscale: #838383. Windows color (decimal): -16596577 or 10469634. OLE color: 10469634.

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

Color convert

RGB 2 193 159 -
CMYK 0.99 0 0.18 0.24
HSL 169.32º 0.98% 0.38% -
HSV(B) 169.32º 0.99% 0.76% -
XYZ 25.35 40.66 39.31 -
YUV 132.02 143.22 35.26 -
System Red Green Blue C M Y K H S L
Decimal 2 193 159 0.99 0 0.18 0.24 169.32 0.98 0.38
Hex 2 C1 9F 63 0 12 18 A9 62 26
Octal 2 301 237 143 0 22 30 251 142 46
Binary 10 11000001 10011111 1100011 0 10010 11000 10101001 1100010 100110

Color Harmonies of #02C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C19F

Black with #02C19F

Text Example


Text Example

White with #02C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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