#AFFAB3

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

Shades of Celadon #AFFAB3

Tints of Celadon #AFFAB3

Color information

#AFFAB3 (or 0xAFFAB3) is unknown color: approx Celadon. HEX triplet: AF, FA and B3. RGB value is (175,250,179). Sum of RGB (Red+Green+Blue) = 175+250+179=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB3 is #50054C. Grayscale: #DBDBDB. Windows color (decimal): -5244237 or 11795119. OLE color: 11795119.

HSL color Cylindrical-coordinate representation of color #AFFAB3: hue angle of 123.2º 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 #AFFAB3 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB175250179-
CMYK0.300.280.02
HSL123.2º88.24%83.33%-
HSV(B)123.2º30%98.04%-
XYZ6080.7455.07-
YUV219.48105.1596.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=28.97%
G=41.39%
B=29.64%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501790.300.280.02123.288.2483.33
HexAFFAB31E01C27b5853
Octal257372263360342173130123
Binary1010111111111010101100111111001110010111101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB3; }

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

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

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

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

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

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

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

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