Html Css Color HEX #AAEBAC Celadon

📋 copy color: '#AAEBAC'

red 170 ◦ green 235 ◦ blue 172

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

Shades of Celadon #AAEBAC

Tints of Celadon #AAEBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 29.46%
G = 40.73%
B = 29.81%

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

#AAEBAC (or 0xAAEBAC) is known color: Celadon. HEX triplet: AA, EB and AC. RGB value is (170,235,172). Sum of RGB (Red+Green+Blue) = 170+235+172=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBAC is #551453. Grayscale: #D0D0D0. Windows color (decimal): -5575764 or 11332522. OLE color: 11332522.

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

Color convert

RGB 170 235 172 -
CMYK 0.28 0 0.27 0.08
HSL 121.85º 0.62% 0.79% -
HSV(B) 121.85º 0.28% 0.92% -
XYZ 53.73 70.94 49.89 -
YUV 208.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 170 235 172 0.28 0 0.27 0.08 121.85 0.62 0.79
Hex AA EB AC 1C 0 1B 8 7A 3E 4F
Octal 252 353 254 34 0 33 10 172 76 117
Binary 10101010 11101011 10101100 11100 0 11011 1000 1111010 111110 1001111

Color Harmonies of #AAEBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBAC

Black with #AAEBAC

Text Example


Text Example

White with #AAEBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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