Html Css Color HEX #02C19B Caribbean Green

📋 copy color: '#02C19B'

red 2 ◦ green 193 ◦ blue 155

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

Shades of Caribbean Green #02C19B

Tints of Caribbean Green #02C19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 0.57%
G = 55.14%
B = 44.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#02C19B (or 0x02C19B) is known color: Caribbean Green. HEX triplet: 02, C1 and 9B. RGB value is (2,193,155). Sum of RGB (Red+Green+Blue) = 2+193+155=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #02C19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C19B is #FD3E64. Grayscale: #838383. Windows color (decimal): -16596581 or 10207490. OLE color: 10207490.

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

Color convert

RGB 2 193 155 -
CMYK 0.99 0 0.20 0.24
HSL 168.06º 0.98% 0.38% -
HSV(B) 168.06º 0.99% 0.76% -
XYZ 25.01 40.52 37.51 -
YUV 131.56 141.22 35.59 -
System Red Green Blue C M Y K H S L
Decimal 2 193 155 0.99 0 0.20 0.24 168.06 0.98 0.38
Hex 2 C1 9B 63 0 14 18 A8 62 26
Octal 2 301 233 143 0 24 30 250 142 46
Binary 10 11000001 10011011 1100011 0 10100 11000 10101000 1100010 100110

Color Harmonies of #02C19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C19B

Black with #02C19B

Text Example


Text Example

White with #02C19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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