#12A8B1

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

Shades of Light Sea Green #12A8B1

Tints of Light Sea Green #12A8B1

Color information

#12A8B1 (or 0x12A8B1) is unknown color: approx Light Sea Green. HEX triplet: 12, A8 and B1. RGB value is (18,168,177). Sum of RGB (Red+Green+Blue) = 18+168+177=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #12A8B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A8B1 is #ED574E. Grayscale: #7B7B7B. Windows color (decimal): -15554383 or 11642898. OLE color: 11642898.

HSL color Cylindrical-coordinate representation of color #12A8B1: hue angle of 183.4º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A8B1 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18168177-
CMYK0.900.0500.31
HSL183.4º81.54%38.24%-
HSV(B)183.4º89.83%69.41%-
XYZ22.1931.3146.47-
YUV124.18157.852.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=4.96%
G=46.28%
B=48.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181681770.900.0500.31183.481.5438.24
Hex12A8B15A501Fb75226
Octal22250261132503726712246
Binary1001010101000101100011011010101011111101101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,177); }

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

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

 a { background-color: rgb(18,168,177); }

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

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

 span { border-color: rgb(18,168,177); }

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