#12BC9B

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

Shades of Caribbean Green #12BC9B

Tints of Caribbean Green #12BC9B

Color information

#12BC9B (or 0x12BC9B) is unknown color: approx Caribbean Green. HEX triplet: 12, BC and 9B. RGB value is (18,188,155). Sum of RGB (Red+Green+Blue) = 18+188+155=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC9B is #ED4364. Grayscale: #858585. Windows color (decimal): -15549285 or 10206226. OLE color: 10206226.

HSL color Cylindrical-coordinate representation of color #12BC9B: hue angle of 168.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC9B is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18188155-
CMYK0.9000.180.26
HSL168.35º82.52%40.39%-
HSV(B)168.35º90.43%73.73%-
XYZ24.1538.4637.16-
YUV133.41140.1845.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 188 (73.83% from 255) = 52.08%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=4.99%
G=52.08%
B=42.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181881550.9000.180.26168.3582.5240.39
Hex12BC9B5A0121Aa85328
Octal222742331320223225012350
Binary100101011110010011011101101001001011010101010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,188,155); }

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

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

 a { background-color: rgb(18,188,155); }

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

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

 span { border-color: rgb(18,188,155); }

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