#AFE3B5

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

Shades of Celadon #AFE3B5

Tints of Celadon #AFE3B5

Color information

#AFE3B5 (or 0xAFE3B5) is unknown color: approx Celadon. HEX triplet: AF, E3 and B5. RGB value is (175,227,181). Sum of RGB (Red+Green+Blue) = 175+227+181=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3B5 is #501C4A. Grayscale: #CECECE. Windows color (decimal): -5250123 or 11920303. OLE color: 11920303.

HSL color Cylindrical-coordinate representation of color #AFE3B5: hue angle of 126.92º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE3B5 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB175227181-
CMYK0.2300.200.11
HSL126.92º48.15%78.82%-
HSV(B)126.92º22.91%89.02%-
XYZ53.4967.3953.9-
YUV206.21113.77105.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 227 (89.06% from 255) = 38.94%
BLUE value IS 181 (71.09% from 255) = 31.05%
R=30.02%
G=38.94%
B=31.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271810.2300.200.11126.9248.1578.82
HexAFE3B517014B7f304f
Octal257343265270241317760117
Binary10101111111000111011010110111010100101111111111100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3B5; }

 p { color: rgb(175,227,181); }

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

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

 a { background-color: rgb(175,227,181); }

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

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

 span { border-color: rgb(175,227,181); }

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