Html Css Color HEX #02C098 Caribbean Green

📋 copy color: '#02C098'

red 2 ◦ green 192 ◦ blue 152

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

Shades of Caribbean Green #02C098

Tints of Caribbean Green #02C098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 0.58%
G = 55.49%
B = 43.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#02C098 (or 0x02C098) is known color: Caribbean Green. HEX triplet: 02, C0 and 98. RGB value is (2,192,152). Sum of RGB (Red+Green+Blue) = 2+192+152=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #02C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C098 is #FD3F67. Grayscale: #828282. Windows color (decimal): -16596840 or 10010626. OLE color: 10010626.

HSL color Cylindrical-coordinate representation of color #02C098: hue angle of 167.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C098 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 152 -
CMYK 0.99 0 0.21 0.25
HSL 167.37º 0.98% 0.38% -
HSV(B) 167.37º 0.99% 0.75% -
XYZ 24.54 39.98 36.13 -
YUV 130.63 140.05 36.25 -
System Red Green Blue C M Y K H S L
Decimal 2 192 152 0.99 0 0.21 0.25 167.37 0.98 0.38
Hex 2 C0 98 63 0 15 19 A7 62 26
Octal 2 300 230 143 0 25 31 247 142 46
Binary 10 11000000 10011000 1100011 0 10101 11001 10100111 1100010 100110

Color Harmonies of #02C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C098

Black with #02C098

Text Example


Text Example

White with #02C098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,152); }

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

background-color css

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

 a { background-color: rgb(2,192,152); }

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

border-color css

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

 span { border-color: rgb(2,192,152); }

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