#12CF88

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

Shades of Caribbean Green #12CF88

Tints of Caribbean Green #12CF88

Color information

#12CF88 (or 0x12CF88) is unknown color: approx Caribbean Green. HEX triplet: 12, CF and 88. RGB value is (18,207,136). Sum of RGB (Red+Green+Blue) = 18+207+136=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CF88 is #ED3077. Grayscale: #8E8E8E. Windows color (decimal): -15544440 or 8965906. OLE color: 8965906.

HSL color Cylindrical-coordinate representation of color #12CF88: hue angle of 157.46º 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 #12CF88 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB18207136-
CMYK0.9100.340.19
HSL157.46º84%44.12%-
HSV(B)157.46º91.3%81.18%-
XYZ27.0146.5330.85-
YUV142.39124.3839.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 207 (81.25% from 255) = 57.34%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=4.99%
G=57.34%
B=37.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182071360.9100.340.19157.468444.12
Hex12CF885B022139d542c
Octal223172101330422323512454
Binary1001011001111100010001011011010001010011100111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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