Html Css Color HEX #AAFFB5 Celadon

📋 copy color: '#AAFFB5'

red 170 ◦ green 255 ◦ blue 181

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

Shades of Celadon #AAFFB5

Tints of Celadon #AAFFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 28.05%
G = 42.08%
B = 29.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#AAFFB5 (or 0xAAFFB5) is known color: Celadon. HEX triplet: AA, FF and B5. RGB value is (170,255,181). Sum of RGB (Red+Green+Blue) = 170+255+181=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB5 is #55004A. Grayscale: #DDDDDD. Windows color (decimal): -5570635 or 11927466. OLE color: 11927466.

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

Color convert

RGB 170 255 181 -
CMYK 0.33 0 0.29 0
HSL 127.76º 1% 0.83% -
HSV(B) 127.76º 0.33% 1% -
XYZ 60.68 83.4 56.62 -
YUV 221.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 170 255 181 0.33 0 0.29 0 127.76 1 0.83
Hex AA FF B5 21 0 1D 0 80 64 53
Octal 252 377 265 41 0 35 0 200 144 123
Binary 10101010 11111111 10110101 100001 0 11101 0 10000000 1100100 1010011

Color Harmonies of #AAFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFB5

Black with #AAFFB5

Text Example


Text Example

White with #AAFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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