#0CC795

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

Shades of Caribbean Green #0CC795

Tints of Caribbean Green #0CC795

Color information

#0CC795 (or 0x0CC795) is unknown color: approx Caribbean Green. HEX triplet: 0C, C7 and 95. RGB value is (12,199,149). Sum of RGB (Red+Green+Blue) = 12+199+149=360 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.33% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC795 is #F3386A. Grayscale: #898989. Windows color (decimal): -15939691 or 9815820. OLE color: 9815820.

HSL color Cylindrical-coordinate representation of color #0CC795: hue angle of 163.96º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC795 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB12199149-
CMYK0.9400.250.22
HSL163.96º88.63%41.37%-
HSV(B)163.96º93.97%78.04%-
XYZ2643.0935.38-
YUV137.39134.5538.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.33%
GREEN value IS 199 (78.12% from 255) = 55.28%
BLUE value IS 149 (58.59% from 255) = 41.39%
R=3.33%
G=55.28%
B=41.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121991490.9400.250.22163.9688.6341.37
HexCC7955E01916a45929
Octal143072251360312624413151
Binary11001100011110010101101111001100110110101001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,199,149); }

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

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

 a { background-color: rgb(12,199,149); }

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

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

 span { border-color: rgb(12,199,149); }

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