#12BBAF

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

Shades of Light Sea Green #12BBAF

Tints of Light Sea Green #12BBAF

Color information

#12BBAF (or 0x12BBAF) is unknown color: approx Light Sea Green. HEX triplet: 12, BB and AF. RGB value is (18,187,175). Sum of RGB (Red+Green+Blue) = 18+187+175=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #12BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BBAF is #ED4450. Grayscale: #868686. Windows color (decimal): -15549521 or 11516690. OLE color: 11516690.

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

Color convert

RGB18187175-
CMYK0.9000.060.27
HSL175.74º82.44%40.2%-
HSV(B)175.74º90.37%73.33%-
XYZ25.7638.7646.68-
YUV135.1150.5144.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=4.74%
G=49.21%
B=46.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871750.9000.060.27175.7482.4440.2
Hex12BBAF5A061Bb05228
Octal22273257132063326012250
Binary1001010111011101011111011010011011011101100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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