#12BBB0

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

Shades of Light Sea Green #12BBB0

Tints of Light Sea Green #12BBB0

Color information

#12BBB0 (or 0x12BBB0) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and B0. RGB value is (18,187,176). Sum of RGB (Red+Green+Blue) = 18+187+176=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBB0 is #ED444F. Grayscale: #878787. Windows color (decimal): -15549520 or 11582226. OLE color: 11582226.

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

Color convert

RGB18187176-
CMYK0.9000.060.27
HSL176.09º82.44%40.2%-
HSV(B)176.09º90.37%73.33%-
XYZ25.8638.847.2-
YUV135.22151.0144.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.72%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=4.72%
G=49.08%
B=46.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871760.9000.060.27176.0982.4440.2
Hex12BBB05A061Bb05228
Octal22273260132063326012250
Binary1001010111011101100001011010011011011101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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