#12BBAC

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

Shades of Light Sea Green #12BBAC

Tints of Light Sea Green #12BBAC

Color information

#12BBAC (or 0x12BBAC) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and AC. RGB value is (18,187,172). Sum of RGB (Red+Green+Blue) = 18+187+172=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBAC is #ED4453. Grayscale: #868686. Windows color (decimal): -15549524 or 11320082. OLE color: 11320082.

HSL color Cylindrical-coordinate representation of color #12BBAC: hue angle of 174.67º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BBAC is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18187172-
CMYK0.9000.080.27
HSL174.67º82.44%40.2%-
HSV(B)174.67º90.37%73.33%-
XYZ25.4738.6545.15-
YUV134.76149.0144.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.77%
GREEN value IS 187 (73.44% from 255) = 49.60%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=4.77%
G=49.60%
B=45.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871720.9000.080.27174.6782.4440.2
Hex12BBAC5A081Baf5228
Octal222732541320103325712250
Binary10010101110111010110010110100100011011101011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,172); }

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

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

 a { background-color: rgb(18,187,172); }

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

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

 span { border-color: rgb(18,187,172); }

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