#BEEAA1

Color #BEEAA1 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BEEAA1

Tints of Madang #BEEAA1

Color information

#BEEAA1 (or 0xBEEAA1) is unknown color: approx Madang. HEX triplet: BE, EA and A1. RGB value is (190,234,161). Sum of RGB (Red+Green+Blue) = 190+234+161=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAA1 is #41155E. Grayscale: #D4D4D4. Windows color (decimal): -4265311 or 10611390. OLE color: 10611390.

HSL color Cylindrical-coordinate representation of color #BEEAA1: hue angle of 96.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEEAA1 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB190234161-
CMYK0.1900.310.08
HSL96.16º63.48%77.45%-
HSV(B)96.16º31.2%91.76%-
XYZ57.0972.3744.68-
YUV212.5298.92111.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 161 (63.28% from 255) = 27.52%
R=32.48%
G=40%
B=27.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341610.1900.310.0896.1663.4877.45
HexBEEAA11301F8603f4d
Octal276352241230371014077115
Binary10111110111010101010000110011011111100011000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAA1; }

 p { color: rgb(190,234,161); }

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

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

 a { background-color: rgb(190,234,161); }

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

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

 span { border-color: rgb(190,234,161); }

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