#12BFBA

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

Shades of Light Sea Green #12BFBA

Tints of Light Sea Green #12BFBA

Color information

#12BFBA (or 0x12BFBA) is unknown color: approx Light Sea Green. HEX triplet: 12, BF and BA. RGB value is (18,191,186). Sum of RGB (Red+Green+Blue) = 18+191+186=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFBA is #ED4045. Grayscale: #8A8A8A. Windows color (decimal): -15548486 or 12238610. OLE color: 12238610.

HSL color Cylindrical-coordinate representation of color #12BFBA: hue angle of 178.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFBA is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB18191186-
CMYK0.9100.030.25
HSL178.27º82.78%40.98%-
HSV(B)178.27º90.58%74.9%-
XYZ27.7440.9452.89-
YUV138.7154.6941.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.56%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=4.56%
G=48.35%
B=47.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911860.9100.030.25178.2782.7840.98
Hex12BFBA5B0319b25329
Octal22277272133033126212351
Binary100101011111110111010101101101111001101100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,186); }

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

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

 a { background-color: rgb(18,191,186); }

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

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

 span { border-color: rgb(18,191,186); }

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