#12BEA2

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

Shades of Light Sea Green #12BEA2

Tints of Light Sea Green #12BEA2

Color information

#12BEA2 (or 0x12BEA2) is unknown color: approx Light Sea Green. HEX triplet: 12, BE and A2. RGB value is (18,190,162). Sum of RGB (Red+Green+Blue) = 18+190+162=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #12BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BEA2 is #ED415D. Grayscale: #878787. Windows color (decimal): -15548766 or 10665490. OLE color: 10665490.

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

Color convert

RGB18190162-
CMYK0.9100.150.25
HSL170.23º82.69%40.78%-
HSV(B)170.23º90.53%74.51%-
XYZ25.1839.5640.49-
YUV135.38143.0244.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.86%
GREEN value IS 190 (74.61% from 255) = 51.35%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=4.86%
G=51.35%
B=43.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181901620.9100.150.25170.2382.6940.78
Hex12BEA25B0F19aa5329
Octal222762421330173125212351
Binary10010101111101010001010110110111111001101010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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