#12BB9E

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

Shades of Light Sea Green #12BB9E

Tints of Light Sea Green #12BB9E

Color information

#12BB9E (or 0x12BB9E) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and 9E. RGB value is (18,187,158). Sum of RGB (Red+Green+Blue) = 18+187+158=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BB9E is #ED4461. Grayscale: #858585. Windows color (decimal): -15549538 or 10402578. OLE color: 10402578.

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

Color convert

RGB18187158-
CMYK0.9000.160.27
HSL169.7º82.44%40.2%-
HSV(B)169.7º90.37%73.33%-
XYZ24.1938.1438.43-
YUV133.16142.0145.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=4.96%
G=51.52%
B=43.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871580.9000.160.27169.782.4440.2
Hex12BB9E5A0101Baa5228
Octal222732361320203325212250
Binary100101011101110011110101101001000011011101010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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