#12BFB8

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

Shades of Light Sea Green #12BFB8

Tints of Light Sea Green #12BFB8

Color information

#12BFB8 (or 0x12BFB8) is unknown color: approx Light Sea Green. HEX triplet: 12, BF and B8. RGB value is (18,191,184). Sum of RGB (Red+Green+Blue) = 18+191+184=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFB8 is #ED4047. Grayscale: #8A8A8A. Windows color (decimal): -15548488 or 12107538. OLE color: 12107538.

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

Color convert

RGB18191184-
CMYK0.9100.040.25
HSL177.57º82.78%40.98%-
HSV(B)177.57º90.58%74.9%-
XYZ27.5340.8551.78-
YUV138.48153.6942.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.58%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 184 (72.27% from 255) = 46.82%
R=4.58%
G=48.60%
B=46.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911840.9100.040.25177.5782.7840.98
Hex12BFB85B0419b25329
Octal22277270133043126212351
Binary1001010111111101110001011011010011001101100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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