#12B1B7

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

Shades of Light Sea Green #12B1B7

Tints of Light Sea Green #12B1B7

Color information

#12B1B7 (or 0x12B1B7) is unknown color: approx Light Sea Green. HEX triplet: 12, B1 and B7. RGB value is (18,177,183). Sum of RGB (Red+Green+Blue) = 18+177+183=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 183 (71.88% from 255 or 48.41% from 378); Max value from RGB is 183 - color contains mainly: blue. Hex color #12B1B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1B7 is #ED4E48. Grayscale: #818181. Windows color (decimal): -15552073 or 12038418. OLE color: 12038418.

HSL color Cylindrical-coordinate representation of color #12B1B7: hue angle of 182.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B1B7 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18177183-
CMYK0.900.0300.28
HSL182.18º82.09%39.41%-
HSV(B)182.18º90.16%71.76%-
XYZ24.5234.9950.26-
YUV130.14157.8248.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.76%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 183 (71.88% from 255) = 48.41%
R=4.76%
G=46.83%
B=48.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181771830.900.0300.28182.1882.0939.41
Hex12B1B75A301Cb65227
Octal22261267132303426612247
Binary100101011000110110111101101011011100101101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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