#BEEAAF

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

Shades of Madang #BEEAAF

Tints of Madang #BEEAAF

Color information

#BEEAAF (or 0xBEEAAF) is unknown color: approx Madang. HEX triplet: BE, EA and AF. RGB value is (190,234,175). Sum of RGB (Red+Green+Blue) = 190+234+175=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEAAF is #411550. Grayscale: #D6D6D6. Windows color (decimal): -4265297 or 11528894. OLE color: 11528894.

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

Color convert

RGB190234175-
CMYK0.1900.250.08
HSL104.75º58.42%80.2%-
HSV(B)104.75º25.21%91.76%-
XYZ58.472.8951.55-
YUV214.12105.92110.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=31.72%
G=39.07%
B=29.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902341750.1900.250.08104.7558.4280.2
HexBEEAAF130198693a50
Octal276352257230311015172120
Binary10111110111010101010111110011011001100011010011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEAAF; }

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

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

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

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

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

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

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

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