Html Css Color HEX #AAFBB5 Celadon

📋 copy color: '#AAFBB5'

red 170 ◦ green 251 ◦ blue 181

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

Shades of Celadon #AAFBB5

Tints of Celadon #AAFBB5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

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

R = 28.24%
G = 41.69%
B = 30.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#AAFBB5 (or 0xAAFBB5) is known color: Celadon. HEX triplet: AA, FB and B5. RGB value is (170,251,181). Sum of RGB (Red+Green+Blue) = 170+251+181=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB5 is #55044A. Grayscale: #DBDBDB. Windows color (decimal): -5571659 or 11926442. OLE color: 11926442.

HSL color Cylindrical-coordinate representation of color #AAFBB5: hue angle of 128.15º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBB5 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 181 -
CMYK 0.32 0 0.28 0.02
HSL 128.15º 0.91% 0.83% -
HSV(B) 128.15º 0.32% 0.98% -
XYZ 59.42 80.88 56.2 -
YUV 218.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 170 251 181 0.32 0 0.28 0.02 128.15 0.91 0.83
Hex AA FB B5 20 0 1C 2 80 5B 53
Octal 252 373 265 40 0 34 2 200 133 123
Binary 10101010 11111011 10110101 100000 0 11100 10 10000000 1011011 1010011

Color Harmonies of #AAFBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBB5

Black with #AAFBB5

Text Example


Text Example

White with #AAFBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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