#12BBB1

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

Shades of Light Sea Green #12BBB1

Tints of Light Sea Green #12BBB1

Color information

#12BBB1 (or 0x12BBB1) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and B1. RGB value is (18,187,177). Sum of RGB (Red+Green+Blue) = 18+187+177=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBB1 is #ED444E. Grayscale: #878787. Windows color (decimal): -15549519 or 11647762. OLE color: 11647762.

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

Color convert

RGB18187177-
CMYK0.9000.050.27
HSL176.45º82.44%40.2%-
HSV(B)176.45º90.37%73.33%-
XYZ25.9638.8447.72-
YUV135.33151.5144.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.71%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=4.71%
G=48.95%
B=46.34%

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
Decimal181871770.9000.050.27176.4582.4440.2
Hex12BBB15A051Bb05228
Octal22273261132053326012250
Binary1001010111011101100011011010010111011101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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