#12BAB0

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

Shades of Light Sea Green #12BAB0

Tints of Light Sea Green #12BAB0

Color information

#12BAB0 (or 0x12BAB0) is unknown color: approx Light Sea Green. HEX triplet: 12, BA and B0. RGB value is (18,186,176). Sum of RGB (Red+Green+Blue) = 18+186+176=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #12BAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BAB0 is #ED454F. Grayscale: #868686. Windows color (decimal): -15549776 or 11581970. OLE color: 11581970.

HSL color Cylindrical-coordinate representation of color #12BAB0: hue angle of 176.43º 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 #12BAB0 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18186176-
CMYK0.9000.050.27
HSL176.43º82.35%40%-
HSV(B)176.43º90.32%72.94%-
XYZ25.6438.3847.13-
YUV134.63151.3444.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 176 (69.14% from 255) = 46.32%
R=4.74%
G=48.95%
B=46.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181861760.9000.050.27176.4382.3540
Hex12BAB05A051Bb05228
Octal22272260132053326012250
Binary1001010111010101100001011010010111011101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,186,176); }

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

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

 a { background-color: rgb(18,186,176); }

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

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

 span { border-color: rgb(18,186,176); }

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