Html Css Color HEX #AAEAB3 Celadon

📋 copy color: '#AAEAB3'

red 170 ◦ green 234 ◦ blue 179

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

Shades of Celadon #AAEAB3

Tints of Celadon #AAEAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.7%

R = 29.16%
G = 40.14%
B = 30.7%

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

#AAEAB3 (or 0xAAEAB3) is known color: Celadon. HEX triplet: AA, EA and B3. RGB value is (170,234,179). Sum of RGB (Red+Green+Blue) = 170+234+179=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB3 is #55154C. Grayscale: #D0D0D0. Windows color (decimal): -5576013 or 11791018. OLE color: 11791018.

HSL color Cylindrical-coordinate representation of color #AAEAB3: hue angle of 128.44º 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 #AAEAB3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 179 -
CMYK 0.27 0 0.24 0.08
HSL 128.44º 0.6% 0.79% -
HSV(B) 128.44º 0.27% 0.92% -
XYZ 54.14 70.65 53.43 -
YUV 208.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 170 234 179 0.27 0 0.24 0.08 128.44 0.6 0.79
Hex AA EA B3 1B 0 18 8 80 3C 4F
Octal 252 352 263 33 0 30 10 200 74 117
Binary 10101010 11101010 10110011 11011 0 11000 1000 10000000 111100 1001111

Color Harmonies of #AAEAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAB3

Black with #AAEAB3

Text Example


Text Example

White with #AAEAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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