#AFE7B4

Color #AFE7B4 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AFE7B4

Tints of Celadon #AFE7B4

Color information

#AFE7B4 (or 0xAFE7B4) is unknown color: approx Celadon. HEX triplet: AF, E7 and B4. RGB value is (175,231,180). Sum of RGB (Red+Green+Blue) = 175+231+180=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7B4 is #50184B. Grayscale: #D0D0D0. Windows color (decimal): -5249100 or 11855791. OLE color: 11855791.

HSL color Cylindrical-coordinate representation of color #AFE7B4: hue angle of 125.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7B4 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB175231180-
CMYK0.2400.220.09
HSL125.36º53.85%79.61%-
HSV(B)125.36º24.24%90.59%-
XYZ54.4969.5653.73-
YUV208.44111.95104.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=29.86%
G=39.42%
B=30.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311800.2400.220.09125.3653.8579.61
HexAFE7B41801697d3650
Octal257347264300261117566120
Binary10101111111001111011010011000010110100111111011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE7B4; }

 p { color: rgb(175,231,180); }

 H1.HeaderClassName
 {
   color: #AFE7B4;
 }
 .AnyTagClassName
 {
   color: #AFE7B4;
 }
</style>
background-color css

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

 a { background-color: rgb(175,231,180); }

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

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

 span { border-color: rgb(175,231,180); }

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