Html Css Color HEX #AAF3B4 Celadon

📋 copy color: '#AAF3B4'

red 170 ◦ green 243 ◦ blue 180

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

Shades of Celadon #AAF3B4

Tints of Celadon #AAF3B4

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.98%

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 28.67%
G = 40.98%
B = 30.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#AAF3B4 (or 0xAAF3B4) is known color: Celadon. HEX triplet: AA, F3 and B4. RGB value is (170,243,180). Sum of RGB (Red+Green+Blue) = 170+243+180=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 243 (95.31% from 255 or 40.98% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3B4 is #550C4B. Grayscale: #D6D6D6. Windows color (decimal): -5573708 or 11858858. OLE color: 11858858.

HSL color Cylindrical-coordinate representation of color #AAF3B4: hue angle of 128.22º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3B4 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 180 -
CMYK 0.30 0 0.26 0.05
HSL 128.22º 0.75% 0.81% -
HSV(B) 128.22º 0.3% 0.95% -
XYZ 56.87 75.94 54.84 -
YUV 213.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 170 243 180 0.30 0 0.26 0.05 128.22 0.75 0.81
Hex AA F3 B4 1E 0 1A 5 80 4B 51
Octal 252 363 264 36 0 32 5 200 113 121
Binary 10101010 11110011 10110100 11110 0 11010 101 10000000 1001011 1010001

Color Harmonies of #AAF3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3B4

Black with #AAF3B4

Text Example


Text Example

White with #AAF3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3B4; }

 p { color: rgb(170,243,180); }

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

background-color css

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

 a { background-color: rgb(170,243,180); }

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

border-color css

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

 span { border-color: rgb(170,243,180); }

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