Html Css Color HEX #AAEAB1 Celadon

📋 copy color: '#AAEAB1'

red 170 ◦ green 234 ◦ blue 177

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

Shades of Celadon #AAEAB1

Tints of Celadon #AAEAB1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 177 (69.53% from 255) = 30.46%

R = 29.26%
G = 40.28%
B = 30.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#AAEAB1 (or 0xAAEAB1) is known color: Celadon. HEX triplet: AA, EA and B1. RGB value is (170,234,177). Sum of RGB (Red+Green+Blue) = 170+234+177=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAB1 is #55154E. Grayscale: #D0D0D0. Windows color (decimal): -5576015 or 11659946. OLE color: 11659946.

HSL color Cylindrical-coordinate representation of color #AAEAB1: hue angle of 126.56º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 177 -
CMYK 0.27 0 0.24 0.08
HSL 126.56º 0.6% 0.79% -
HSV(B) 126.56º 0.27% 0.92% -
XYZ 53.94 70.57 52.37 -
YUV 208.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 170 234 177 0.27 0 0.24 0.08 126.56 0.6 0.79
Hex AA EA B1 1B 0 18 8 7F 3C 4F
Octal 252 352 261 33 0 30 10 177 74 117
Binary 10101010 11101010 10110001 11011 0 11000 1000 1111111 111100 1001111

Color Harmonies of #AAEAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAB1

Black with #AAEAB1

Text Example


Text Example

White with #AAEAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAB1; }

 p { color: rgb(170,234,177); }

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

background-color css

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

 a { background-color: rgb(170,234,177); }

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

border-color css

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

 span { border-color: rgb(170,234,177); }

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