#AFFAB1

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

Shades of Celadon #AFFAB1

Tints of Celadon #AFFAB1

Color information

#AFFAB1 (or 0xAFFAB1) is unknown color: approx Celadon. HEX triplet: AF, FA and B1. RGB value is (175,250,177). Sum of RGB (Red+Green+Blue) = 175+250+177=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAB1 is #50054E. Grayscale: #DBDBDB. Windows color (decimal): -5244239 or 11664047. OLE color: 11664047.

HSL color Cylindrical-coordinate representation of color #AFFAB1: hue angle of 121.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAB1 is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB175250177-
CMYK0.300.290.02
HSL121.6º88.24%83.33%-
HSV(B)121.6º30%98.04%-
XYZ59.880.6654.01-
YUV219.25104.1596.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=29.07%
G=41.53%
B=29.40%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501770.300.290.02121.688.2483.33
HexAFFAB11E01D27a5853
Octal257372261360352172130123
Binary1010111111111010101100011111001110110111101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB1; }

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

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

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

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

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

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

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

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