Html Css Color HEX #AAEBB1 Celadon

📋 copy color: '#AAEBB1'

red 170 ◦ green 235 ◦ blue 177

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

Shades of Celadon #AAEBB1

Tints of Celadon #AAEBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.38%

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

R = 29.21%
G = 40.38%
B = 30.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#AAEBB1 (or 0xAAEBB1) is known color: Celadon. HEX triplet: AA, EB and B1. RGB value is (170,235,177). Sum of RGB (Red+Green+Blue) = 170+235+177=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 177 (69.53% from 255 or 30.41% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBB1 is #55144E. Grayscale: #D1D1D1. Windows color (decimal): -5575759 or 11660202. OLE color: 11660202.

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

Color convert

RGB 170 235 177 -
CMYK 0.28 0 0.25 0.08
HSL 126.46º 0.62% 0.79% -
HSV(B) 126.46º 0.28% 0.92% -
XYZ 54.22 71.14 52.47 -
YUV 208.95 109.97 100.22 -
System Red Green Blue C M Y K H S L
Decimal 170 235 177 0.28 0 0.25 0.08 126.46 0.62 0.79
Hex AA EB B1 1C 0 19 8 7E 3E 4F
Octal 252 353 261 34 0 31 10 176 76 117
Binary 10101010 11101011 10110001 11100 0 11001 1000 1111110 111110 1001111

Color Harmonies of #AAEBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBB1

Black with #AAEBB1

Text Example


Text Example

White with #AAEBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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