Html Css Color HEX #AAFFB0 Celadon

📋 copy color: '#AAFFB0'

red 170 ◦ green 255 ◦ blue 176

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

Shades of Celadon #AAFFB0

Tints of Celadon #AAFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 42.43%

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

R = 28.29%
G = 42.43%
B = 29.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#AAFFB0 (or 0xAAFFB0) is known color: Celadon. HEX triplet: AA, FF and B0. RGB value is (170,255,176). Sum of RGB (Red+Green+Blue) = 170+255+176=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFB0 is #55004F. Grayscale: #DCDCDC. Windows color (decimal): -5570640 or 11599786. OLE color: 11599786.

HSL color Cylindrical-coordinate representation of color #AAFFB0: hue angle of 124.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 170 255 176 -
CMYK 0.33 0 0.31 0
HSL 124.24º 1% 0.83% -
HSV(B) 124.24º 0.33% 1% -
XYZ 60.17 83.2 53.96 -
YUV 220.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 170 255 176 0.33 0 0.31 0 124.24 1 0.83
Hex AA FF B0 21 0 1F 0 7C 64 53
Octal 252 377 260 41 0 37 0 174 144 123
Binary 10101010 11111111 10110000 100001 0 11111 0 1111100 1100100 1010011

Color Harmonies of #AAFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFB0

Black with #AAFFB0

Text Example


Text Example

White with #AAFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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