#12CF8A

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

Shades of Caribbean Green #12CF8A

Tints of Caribbean Green #12CF8A

Color information

#12CF8A (or 0x12CF8A) is unknown color: approx Caribbean Green. HEX triplet: 12, CF and 8A. RGB value is (18,207,138). Sum of RGB (Red+Green+Blue) = 18+207+138=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF8A is #ED3075. Grayscale: #8E8E8E. Windows color (decimal): -15544438 or 9096978. OLE color: 9096978.

HSL color Cylindrical-coordinate representation of color #12CF8A: hue angle of 158.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF8A is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB18207138-
CMYK0.9100.330.19
HSL158.1º84%44.12%-
HSV(B)158.1º91.3%81.18%-
XYZ27.1546.5931.61-
YUV142.62125.3839.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 207 (81.25% from 255) = 57.02%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=4.96%
G=57.02%
B=38.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182071380.9100.330.19158.18444.12
Hex12CF8A5B021139e542c
Octal223172121330412323612454
Binary1001011001111100010101011011010000110011100111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,207,138); }

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

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

 a { background-color: rgb(18,207,138); }

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

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

 span { border-color: rgb(18,207,138); }

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