#12AEB8

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

Shades of Light Sea Green #12AEB8

Tints of Light Sea Green #12AEB8

Color information

#12AEB8 (or 0x12AEB8) is unknown color: approx Light Sea Green. HEX triplet: 12, AE and B8. RGB value is (18,174,184). Sum of RGB (Red+Green+Blue) = 18+174+184=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #12AEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEB8 is #ED5147. Grayscale: #808080. Windows color (decimal): -15552840 or 12103186. OLE color: 12103186.

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

Color convert

RGB18174184-
CMYK0.900.0500.28
HSL183.61º82.18%39.61%-
HSV(B)183.61º90.22%72.16%-
XYZ24.0433.8650.62-
YUV128.5159.3249.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 184 (72.27% from 255) = 48.94%
R=4.79%
G=46.28%
B=48.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181741840.900.0500.28183.6182.1839.61
Hex12AEB85A501Cb85228
Octal22256270132503427012250
Binary1001010101110101110001011010101011100101110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,174,184); }

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

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

 a { background-color: rgb(18,174,184); }

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

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

 span { border-color: rgb(18,174,184); }

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