#AFE5B4

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

Shades of Celadon #AFE5B4

Tints of Celadon #AFE5B4

Color information

#AFE5B4 (or 0xAFE5B4) is unknown color: approx Celadon. HEX triplet: AF, E5 and B4. RGB value is (175,229,180). Sum of RGB (Red+Green+Blue) = 175+229+180=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 180 (70.70% from 255 or 30.82% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B4 is #501A4B. Grayscale: #CFCFCF. Windows color (decimal): -5249612 or 11855279. OLE color: 11855279.

HSL color Cylindrical-coordinate representation of color #AFE5B4: hue angle of 125.56º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB175229180-
CMYK0.2400.210.10
HSL125.56º50.94%79.22%-
HSV(B)125.56º23.58%89.8%-
XYZ53.9468.4553.55-
YUV207.27112.61104.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 229 (89.84% from 255) = 39.21%
BLUE value IS 180 (70.70% from 255) = 30.82%
R=29.97%
G=39.21%
B=30.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291800.2400.210.10125.5650.9479.22
HexAFE5B418015A7e334f
Octal257345264300251217663117
Binary10101111111001011011010011000010101101011111101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5B4; }

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

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

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

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

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

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

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

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