#AFE3B1

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

Shades of Celadon #AFE3B1

Tints of Celadon #AFE3B1

Color information

#AFE3B1 (or 0xAFE3B1) is unknown color: approx Celadon. HEX triplet: AF, E3 and B1. RGB value is (175,227,177). Sum of RGB (Red+Green+Blue) = 175+227+177=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE3B1 is #501C4E. Grayscale: #CDCDCD. Windows color (decimal): -5250127 or 11658159. OLE color: 11658159.

HSL color Cylindrical-coordinate representation of color #AFE3B1: hue angle of 122.31º 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 #AFE3B1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB175227177-
CMYK0.2300.220.11
HSL122.31º48.15%78.82%-
HSV(B)122.31º22.91%89.02%-
XYZ53.0867.2351.77-
YUV205.75111.77106.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 227 (89.06% from 255) = 39.21%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=30.22%
G=39.21%
B=30.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271770.2300.220.11122.3148.1578.82
HexAFE3B117016B7a304f
Octal257343261270261317260117
Binary10101111111000111011000110111010110101111110101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3B1; }

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

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

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

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

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

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

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

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