#12BDB6

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

Shades of Light Sea Green #12BDB6

Tints of Light Sea Green #12BDB6

Color information

#12BDB6 (or 0x12BDB6) is unknown color: approx Light Sea Green. HEX triplet: 12, BD and B6. RGB value is (18,189,182). Sum of RGB (Red+Green+Blue) = 18+189+182=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDB6 is #ED4249. Grayscale: #888888. Windows color (decimal): -15549002 or 11975954. OLE color: 11975954.

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

Color convert

RGB18189182-
CMYK0.9000.040.26
HSL177.54º82.61%40.59%-
HSV(B)177.54º90.48%74.12%-
XYZ26.8939.950.54-
YUV137.07153.3543.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.63%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=4.63%
G=48.59%
B=46.79%

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
Decimal181891820.9000.040.26177.5482.6140.59
Hex12BDB65A041Ab25329
Octal22275266132043226212351
Binary1001010111101101101101011010010011010101100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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