Html Css Color HEX #AFF8AE Celadon

📋 copy color: '#AFF8AE'

red 175 ◦ green 248 ◦ blue 174

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

Shades of Celadon #AFF8AE

Tints of Celadon #AFF8AE

RGB

 RED value IS 175 (68.75% from 255) = 29.31%

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

 BLUE value IS 174 (68.36% from 255) = 29.15%

R = 29.31%
G = 41.54%
B = 29.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#AFF8AE (or 0xAFF8AE) is known color: Celadon. HEX triplet: AF, F8 and AE. RGB value is (175,248,174). Sum of RGB (Red+Green+Blue) = 175+248+174=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8AE is #500751. Grayscale: #D9D9D9. Windows color (decimal): -5244754 or 11466927. OLE color: 11466927.

HSL color Cylindrical-coordinate representation of color #AFF8AE: hue angle of 119.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF8AE is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 174 -
CMYK 0.29 0 0.30 0.03
HSL 119.19º 0.84% 0.83% -
HSV(B) 119.19º 0.3% 0.97% -
XYZ 58.89 79.3 52.25 -
YUV 217.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 175 248 174 0.29 0 0.30 0.03 119.19 0.84 0.83
Hex AF F8 AE 1D 0 1E 3 77 54 53
Octal 257 370 256 35 0 36 3 167 124 123
Binary 10101111 11111000 10101110 11101 0 11110 11 1110111 1010100 1010011

Color Harmonies of #AFF8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8AE

Black with #AFF8AE

Text Example


Text Example

White with #AFF8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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