Html Css Color HEX #AAEEB0 Celadon

📋 copy color: '#AAEEB0'

red 170 ◦ green 238 ◦ blue 176

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

Shades of Celadon #AAEEB0

Tints of Celadon #AAEEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.14%

R = 29.11%
G = 40.75%
B = 30.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#AAEEB0 (or 0xAAEEB0) is known color: Celadon. HEX triplet: AA, EE and B0. RGB value is (170,238,176). Sum of RGB (Red+Green+Blue) = 170+238+176=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEEB0 is #55114F. Grayscale: #D2D2D2. Windows color (decimal): -5574992 or 11595434. OLE color: 11595434.

HSL color Cylindrical-coordinate representation of color #AAEEB0: hue angle of 125.29º 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 #AAEEB0 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 176 -
CMYK 0.29 0 0.26 0.07
HSL 125.29º 0.67% 0.8% -
HSV(B) 125.29º 0.29% 0.93% -
XYZ 54.99 72.83 52.23 -
YUV 210.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 170 238 176 0.29 0 0.26 0.07 125.29 0.67 0.8
Hex AA EE B0 1D 0 1A 7 7D 43 50
Octal 252 356 260 35 0 32 7 175 103 120
Binary 10101010 11101110 10110000 11101 0 11010 111 1111101 1000011 1010000

Color Harmonies of #AAEEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEB0

Black with #AAEEB0

Text Example


Text Example

White with #AAEEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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