#12BEAF

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

Shades of Light Sea Green #12BEAF

Tints of Light Sea Green #12BEAF

Color information

#12BEAF (or 0x12BEAF) is unknown color: approx Light Sea Green. HEX triplet: 12, BE and AF. RGB value is (18,190,175). Sum of RGB (Red+Green+Blue) = 18+190+175=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEAF is #ED4150. Grayscale: #888888. Windows color (decimal): -15548753 or 11517458. OLE color: 11517458.

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

Color convert

RGB18190175-
CMYK0.9100.080.25
HSL174.77º82.69%40.78%-
HSV(B)174.77º90.53%74.51%-
XYZ26.440.0546.9-
YUV136.86149.5243.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=4.70%
G=49.61%
B=45.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181901750.9100.080.25174.7782.6940.78
Hex12BEAF5B0819af5329
Octal222762571330103125712351
Binary10010101111101010111110110110100011001101011111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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