#12BDB5

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

Shades of Light Sea Green #12BDB5

Tints of Light Sea Green #12BDB5

Color information

#12BDB5 (or 0x12BDB5) is unknown color: approx Light Sea Green. HEX triplet: 12, BD and B5. RGB value is (18,189,181). Sum of RGB (Red+Green+Blue) = 18+189+181=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDB5 is #ED424A. Grayscale: #888888. Windows color (decimal): -15549003 or 11910418. OLE color: 11910418.

HSL color Cylindrical-coordinate representation of color #12BDB5: hue angle of 177.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BDB5 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18189181-
CMYK0.9000.040.26
HSL177.19º82.61%40.59%-
HSV(B)177.19º90.48%74.12%-
XYZ26.7939.8650-
YUV136.96152.8543.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.64%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 181 (71.09% from 255) = 46.65%
R=4.64%
G=48.71%
B=46.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181891810.9000.040.26177.1982.6140.59
Hex12BDB55A041Ab15329
Octal22275265132043226112351
Binary1001010111101101101011011010010011010101100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,181); }

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

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

 a { background-color: rgb(18,189,181); }

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

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

 span { border-color: rgb(18,189,181); }

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