Html Css Color HEX #AAF8AF Celadon

📋 copy color: '#AAF8AF'

red 170 ◦ green 248 ◦ blue 175

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

Shades of Celadon #AAF8AF

Tints of Celadon #AAF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 28.67%
G = 41.82%
B = 29.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#AAF8AF (or 0xAAF8AF) is known color: Celadon. HEX triplet: AA, F8 and AF. RGB value is (170,248,175). Sum of RGB (Red+Green+Blue) = 170+248+175=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8AF is #550750. Grayscale: #D8D8D8. Windows color (decimal): -5572433 or 11532458. OLE color: 11532458.

HSL color Cylindrical-coordinate representation of color #AAF8AF: hue angle of 123.85º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8AF is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 175 -
CMYK 0.31 0 0.29 0.03
HSL 123.85º 0.85% 0.82% -
HSV(B) 123.85º 0.31% 0.97% -
XYZ 57.88 78.78 52.71 -
YUV 216.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 170 248 175 0.31 0 0.29 0.03 123.85 0.85 0.82
Hex AA F8 AF 1F 0 1D 3 7C 55 52
Octal 252 370 257 37 0 35 3 174 125 122
Binary 10101010 11111000 10101111 11111 0 11101 11 1111100 1010101 1010010

Color Harmonies of #AAF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8AF

Black with #AAF8AF

Text Example


Text Example

White with #AAF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8AF; }

 p { color: rgb(170,248,175); }

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

background-color css

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

 a { background-color: rgb(170,248,175); }

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

border-color css

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

 span { border-color: rgb(170,248,175); }

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