Html Css Color HEX #02C49E Caribbean Green

📋 copy color: '#02C49E'

red 2 ◦ green 196 ◦ blue 158

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

Shades of Caribbean Green #02C49E

Tints of Caribbean Green #02C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 0.56%
G = 55.06%
B = 44.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#02C49E (or 0x02C49E) is known color: Caribbean Green. HEX triplet: 02, C4 and 9E. RGB value is (2,196,158). Sum of RGB (Red+Green+Blue) = 2+196+158=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #02C49E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C49E is #FD3B61. Grayscale: #858585. Windows color (decimal): -16595810 or 10404866. OLE color: 10404866.

HSL color Cylindrical-coordinate representation of color #02C49E: hue angle of 168.25º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C49E is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 196 158 -
CMYK 0.99 0 0.19 0.23
HSL 168.25º 0.98% 0.39% -
HSV(B) 168.25º 0.99% 0.77% -
XYZ 25.94 41.96 39.08 -
YUV 133.66 141.73 34.09 -
System Red Green Blue C M Y K H S L
Decimal 2 196 158 0.99 0 0.19 0.23 168.25 0.98 0.39
Hex 2 C4 9E 63 0 13 17 A8 62 27
Octal 2 304 236 143 0 23 27 250 142 47
Binary 10 11000100 10011110 1100011 0 10011 10111 10101000 1100010 100111

Color Harmonies of #02C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C49E

Black with #02C49E

Text Example


Text Example

White with #02C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,158); }

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

background-color css

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

 a { background-color: rgb(2,196,158); }

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

border-color css

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

 span { border-color: rgb(2,196,158); }

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