#AFF1B1

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

Shades of Celadon #AFF1B1

Tints of Celadon #AFF1B1

Color information

#AFF1B1 (or 0xAFF1B1) is unknown color: approx Celadon. HEX triplet: AF, F1 and B1. RGB value is (175,241,177). Sum of RGB (Red+Green+Blue) = 175+241+177=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF1B1 is #500E4E. Grayscale: #D6D6D6. Windows color (decimal): -5246543 or 11661743. OLE color: 11661743.

HSL color Cylindrical-coordinate representation of color #AFF1B1: hue angle of 121.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1B1 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB175241177-
CMYK0.2700.270.05
HSL121.82º70.21%81.57%-
HSV(B)121.82º27.39%94.51%-
XYZ57.0775.253.1-
YUV213.97107.13100.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=29.51%
G=40.64%
B=29.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411770.2700.270.05121.8270.2181.57
HexAFF1B11B01B57a4652
Octal257361261330335172106122
Binary10101111111100011011000111011011011101111101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF1B1; }

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

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

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

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

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

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

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

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