#AFFCB1

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

Shades of Celadon #AFFCB1

Tints of Celadon #AFFCB1

Color information

#AFFCB1 (or 0xAFFCB1) is unknown color: approx Celadon. HEX triplet: AF, FC and B1. RGB value is (175,252,177). Sum of RGB (Red+Green+Blue) = 175+252+177=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCB1 is #50034E. Grayscale: #DCDCDC. Windows color (decimal): -5243727 or 11664559. OLE color: 11664559.

HSL color Cylindrical-coordinate representation of color #AFFCB1: hue angle of 121.56º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCB1 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB175252177-
CMYK0.3100.300.01
HSL121.56º92.77%83.73%-
HSV(B)121.56º30.56%98.82%-
XYZ60.4381.9154.22-
YUV220.43103.4995.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 252 (98.83% from 255) = 41.72%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=28.97%
G=41.72%
B=29.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521770.3100.300.01121.5692.7783.73
HexAFFCB11F01E17a5d54
Octal257374261370361172135124
Binary101011111111110010110001111110111101111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB1; }

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

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

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

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

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

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

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

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