Html Css Color HEX #AAECB2 Celadon

📋 copy color: '#AAECB2'

red 170 ◦ green 236 ◦ blue 178

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

Shades of Celadon #AAECB2

Tints of Celadon #AAECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.41%

 BLUE value IS 178 (69.92% from 255) = 30.48%

R = 29.11%
G = 40.41%
B = 30.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#AAECB2 (or 0xAAECB2) is known color: Celadon. HEX triplet: AA, EC and B2. RGB value is (170,236,178). Sum of RGB (Red+Green+Blue) = 170+236+178=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECB2 is #55134D. Grayscale: #D1D1D1. Windows color (decimal): -5575502 or 11725994. OLE color: 11725994.

HSL color Cylindrical-coordinate representation of color #AAECB2: hue angle of 127.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECB2 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 178 -
CMYK 0.28 0 0.25 0.07
HSL 127.27º 0.63% 0.8% -
HSV(B) 127.27º 0.28% 0.93% -
XYZ 54.61 71.75 53.09 -
YUV 209.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 170 236 178 0.28 0 0.25 0.07 127.27 0.63 0.8
Hex AA EC B2 1C 0 19 7 7F 3F 50
Octal 252 354 262 34 0 31 7 177 77 120
Binary 10101010 11101100 10110010 11100 0 11001 111 1111111 111111 1010000

Color Harmonies of #AAECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECB2

Black with #AAECB2

Text Example


Text Example

White with #AAECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECB2; }

 p { color: rgb(170,236,178); }

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

background-color css

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

 a { background-color: rgb(170,236,178); }

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

border-color css

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

 span { border-color: rgb(170,236,178); }

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