#BEEAAE

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

Shades of Madang #BEEAAE

Tints of Madang #BEEAAE

Color information

#BEEAAE (or 0xBEEAAE) is unknown color: approx Madang. HEX triplet: BE, EA and AE. RGB value is (190,234,174). Sum of RGB (Red+Green+Blue) = 190+234+174=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAAE is #411551. Grayscale: #D6D6D6. Windows color (decimal): -4265298 or 11463358. OLE color: 11463358.

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

Color convert

RGB190234174-
CMYK0.1900.260.08
HSL104º58.82%80%-
HSV(B)104º25.64%91.76%-
XYZ58.372.8551.03-
YUV214105.42110.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.77%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=31.77%
G=39.13%
B=29.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341740.1900.260.0810458.8280
HexBEEAAE1301A8683b50
Octal276352256230321015073120
Binary10111110111010101010111010011011010100011010001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAAE; }

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

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

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

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

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

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

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

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