Html Css Color HEX #AAEBAB Celadon

📋 copy color: '#AAEBAB'

red 170 ◦ green 235 ◦ blue 171

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

Shades of Celadon #AAEBAB

Tints of Celadon #AAEBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 29.51%
G = 40.8%
B = 29.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#AAEBAB (or 0xAAEBAB) is known color: Celadon. HEX triplet: AA, EB and AB. RGB value is (170,235,171). Sum of RGB (Red+Green+Blue) = 170+235+171=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAB is #551454. Grayscale: #D0D0D0. Windows color (decimal): -5575765 or 11266986. OLE color: 11266986.

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

Color convert

RGB 170 235 171 -
CMYK 0.28 0 0.27 0.08
HSL 120.92º 0.62% 0.79% -
HSV(B) 120.92º 0.28% 0.92% -
XYZ 53.64 70.9 49.39 -
YUV 208.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 170 235 171 0.28 0 0.27 0.08 120.92 0.62 0.79
Hex AA EB AB 1C 0 1B 8 79 3E 4F
Octal 252 353 253 34 0 33 10 171 76 117
Binary 10101010 11101011 10101011 11100 0 11011 1000 1111001 111110 1001111

Color Harmonies of #AAEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBAB

Black with #AAEBAB

Text Example


Text Example

White with #AAEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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