Html Css Color HEX #AAECB5 Celadon

📋 copy color: '#AAECB5'

red 170 ◦ green 236 ◦ blue 181

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

Shades of Celadon #AAECB5

Tints of Celadon #AAECB5

RGB

 RED value IS 170 (66.8% from 255) = 28.96%

 GREEN value IS 236 (92.58% from 255) = 40.2%

 BLUE value IS 181 (71.09% from 255) = 30.83%

R = 28.96%
G = 40.2%
B = 30.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#AAECB5 (or 0xAAECB5) is known color: Celadon. HEX triplet: AA, EC and B5. RGB value is (170,236,181). Sum of RGB (Red+Green+Blue) = 170+236+181=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 181 (71.09% from 255 or 30.83% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECB5 is #55134A. Grayscale: #D2D2D2. Windows color (decimal): -5575499 or 11922602. OLE color: 11922602.

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

Color convert

RGB 170 236 181 -
CMYK 0.28 0 0.23 0.07
HSL 130º 0.63% 0.8% -
HSV(B) 130º 0.28% 0.93% -
XYZ 54.91 71.87 54.69 -
YUV 210 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 170 236 181 0.28 0 0.23 0.07 130 0.63 0.8
Hex AA EC B5 1C 0 17 7 82 3F 50
Octal 252 354 265 34 0 27 7 202 77 120
Binary 10101010 11101100 10110101 11100 0 10111 111 10000010 111111 1010000

Color Harmonies of #AAECB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECB5

Black with #AAECB5

Text Example


Text Example

White with #AAECB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECB5; }

 p { color: rgb(170,236,181); }

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

background-color css

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

 a { background-color: rgb(170,236,181); }

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

border-color css

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

 span { border-color: rgb(170,236,181); }

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