#02C098

Color #02C098 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #02C098

Tints of Caribbean Green #02C098

Color information

#02C098 (or 0x02C098) is unknown color: approx 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

RGB2192152-
CMYK0.9900.210.25
HSL167.37º97.94%38.04%-
HSV(B)167.37º98.96%75.29%-
XYZ24.5439.9836.13-
YUV130.63140.0536.25-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21921520.9900.210.25167.3797.9438.04
Hex2C0986301519a76226
Octal23002301430253124714246
Binary101100000010011000110001101010111001101001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>