#12C590

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

Shades of Caribbean Green #12C590

Tints of Caribbean Green #12C590

Color information

#12C590 (or 0x12C590) is unknown color: approx Caribbean Green. HEX triplet: 12, C5 and 90. RGB value is (18,197,144). Sum of RGB (Red+Green+Blue) = 18+197+144=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #12C590 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C590 is #ED3A6F. Grayscale: #898989. Windows color (decimal): -15546992 or 9487634. OLE color: 9487634.

HSL color Cylindrical-coordinate representation of color #12C590: hue angle of 162.23º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C590 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB18197144-
CMYK0.9100.270.23
HSL162.23º83.26%42.16%-
HSV(B)162.23º90.86%77.25%-
XYZ25.2542.0733.18-
YUV137.44131.742.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.01%
GREEN value IS 197 (77.34% from 255) = 54.87%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=5.01%
G=54.87%
B=40.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181971440.9100.270.23162.2383.2642.16
Hex12C5905B01B17a2532a
Octal223052201330332724212352
Binary100101100010110010000101101101101110111101000101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12C590; }

 p { color: rgb(18,197,144); }

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

<style>
 a { background-color: #12C590; }

 a { background-color: rgb(18,197,144); }

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

<style>
 span { border-color: #12C590; }

 span { border-color: rgb(18,197,144); }

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