#0CC98B

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

Shades of Caribbean Green #0CC98B

Tints of Caribbean Green #0CC98B

Color information

#0CC98B (or 0x0CC98B) is unknown color: approx Caribbean Green. HEX triplet: 0C, C9 and 8B. RGB value is (12,201,139). Sum of RGB (Red+Green+Blue) = 12+201+139=352 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.41% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC98B is #F33674. Grayscale: #898989. Windows color (decimal): -15939189 or 9160972. OLE color: 9160972.

HSL color Cylindrical-coordinate representation of color #0CC98B: hue angle of 160.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC98B is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB12201139-
CMYK0.9400.310.21
HSL160.32º88.73%41.76%-
HSV(B)160.32º94.03%78.82%-
XYZ25.743.7231.51-
YUV137.42128.8838.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.41%
GREEN value IS 201 (78.91% from 255) = 57.10%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=3.41%
G=57.10%
B=39.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122011390.9400.310.21160.3288.7341.76
HexCC98B5E01F15a0592a
Octal143112131360372524013152
Binary11001100100110001011101111001111110101101000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CC98B; }

 p { color: rgb(12,201,139); }

 H1.HeaderClassName
 {
   color: #0CC98B;
 }
 .AnyTagClassName
 {
   color: #0CC98B;
 }
</style>
background-color css

<style>
 a { background-color: #0CC98B; }

 a { background-color: rgb(12,201,139); }

 div.DivClassName
 {
   background-color: #0CC98B;
 }
 .BgClassName
 {
   background-color: #0CC98B;
 }
</style>
border-color css

<style>
 span { border-color: #0CC98B; }

 span { border-color: rgb(12,201,139); }

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