Html Css Color HEX #AAFCB1 Celadon

📋 copy color: '#AAFCB1'

red 170 ◦ green 252 ◦ blue 177

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

Shades of Celadon #AAFCB1

Tints of Celadon #AAFCB1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.07%

 BLUE value IS 177 (69.53% from 255) = 29.55%

R = 28.38%
G = 42.07%
B = 29.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#AAFCB1 (or 0xAAFCB1) is known color: Celadon. HEX triplet: AA, FC and B1. RGB value is (170,252,177). Sum of RGB (Red+Green+Blue) = 170+252+177=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCB1 is #55034E. Grayscale: #DBDBDB. Windows color (decimal): -5571407 or 11664554. OLE color: 11664554.

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

Color convert

RGB 170 252 177 -
CMYK 0.33 0 0.30 0.01
HSL 125.12º 0.93% 0.83% -
HSV(B) 125.12º 0.33% 0.99% -
XYZ 59.32 81.34 54.17 -
YUV 218.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 170 252 177 0.33 0 0.30 0.01 125.12 0.93 0.83
Hex AA FC B1 21 0 1E 1 7D 5D 53
Octal 252 374 261 41 0 36 1 175 135 123
Binary 10101010 11111100 10110001 100001 0 11110 1 1111101 1011101 1010011

Color Harmonies of #AAFCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFCB1

Black with #AAFCB1

Text Example


Text Example

White with #AAFCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFCB1; }

 p { color: rgb(170,252,177); }

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

background-color css

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

 a { background-color: rgb(170,252,177); }

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

border-color css

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

 span { border-color: rgb(170,252,177); }

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