#12BBB7

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

Shades of Light Sea Green #12BBB7

Tints of Light Sea Green #12BBB7

Color information

#12BBB7 (or 0x12BBB7) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and B7. RGB value is (18,187,183). Sum of RGB (Red+Green+Blue) = 18+187+183=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BBB7 is #ED4448. Grayscale: #878787. Windows color (decimal): -15549513 or 12040978. OLE color: 12040978.

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

Color convert

RGB18187183-
CMYK0.9000.020.27
HSL178.58º82.44%40.2%-
HSV(B)178.58º90.37%73.33%-
XYZ26.5739.0950.94-
YUV136.01154.5143.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.64%
GREEN value IS 187 (73.44% from 255) = 48.20%
BLUE value IS 183 (71.88% from 255) = 47.16%
R=4.64%
G=48.20%
B=47.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871830.9000.020.27178.5882.4440.2
Hex12BBB75A021Bb35228
Octal22273267132023326312250
Binary100101011101110110111101101001011011101100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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