Html Css Color HEX #BAEEAA Madang

📋 copy color: '#BAEEAA'

red 186 ◦ green 238 ◦ blue 170

#BAEEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BAEEAA

Tints of Madang #BAEEAA

RGB

 RED value IS 186 (73.05% from 255) = 31.31%

 GREEN value IS 238 (93.36% from 255) = 40.07%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 31.31%
G = 40.07%
B = 28.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BAEEAA (or 0xBAEEAA) is known color: Madang. HEX triplet: BA, EE and AA. RGB value is (186,238,170). Sum of RGB (Red+Green+Blue) = 186+238+170=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAA is #451155. Grayscale: #D6D6D6. Windows color (decimal): -4526422 or 11202234. OLE color: 11202234.

HSL color Cylindrical-coordinate representation of color #BAEEAA: hue angle of 105.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAEEAA is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 170 -
CMYK 0.22 0 0.29 0.07
HSL 105.88º 0.67% 0.8% -
HSV(B) 105.88º 0.29% 0.93% -
XYZ 58.08 74.49 49.35 -
YUV 214.7 102.77 107.53 -
System Red Green Blue C M Y K H S L
Decimal 186 238 170 0.22 0 0.29 0.07 105.88 0.67 0.8
Hex BA EE AA 16 0 1D 7 6A 43 50
Octal 272 356 252 26 0 35 7 152 103 120
Binary 10111010 11101110 10101010 10110 0 11101 111 1101010 1000011 1010000

Color Harmonies of #BAEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEAA

Black with #BAEEAA

Text Example


Text Example

White with #BAEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEAA; }

 p { color: rgb(186,238,170); }

 H1.HeaderClassName
 {
   color: #BAEEAA;
 }
 .AnyTagClassName
 {
   color: #BAEEAA;
 }
</style>

background-color css

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

 a { background-color: rgb(186,238,170); }

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

border-color css

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

 span { border-color: rgb(186,238,170); }

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