#12B8AE

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

Shades of Light Sea Green #12B8AE

Tints of Light Sea Green #12B8AE

Color information

#12B8AE (or 0x12B8AE) is unknown color: approx Light Sea Green. HEX triplet: 12, B8 and AE. RGB value is (18,184,174). Sum of RGB (Red+Green+Blue) = 18+184+174=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #12B8AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B8AE is #ED4751. Grayscale: #858585. Windows color (decimal): -15550290 or 11450386. OLE color: 11450386.

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

Color convert

RGB18184174-
CMYK0.9000.050.28
HSL176.39º82.18%39.61%-
HSV(B)176.39º90.22%72.16%-
XYZ25.0337.4745.96-
YUV133.2315145.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181841740.9000.050.28176.3982.1839.61
Hex12B8AE5A051Cb05228
Octal22270256132053426012250
Binary1001010111000101011101011010010111100101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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