#AFF3B1

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

Shades of Celadon #AFF3B1

Tints of Celadon #AFF3B1

Color information

#AFF3B1 (or 0xAFF3B1) is unknown color: approx Celadon. HEX triplet: AF, F3 and B1. RGB value is (175,243,177). Sum of RGB (Red+Green+Blue) = 175+243+177=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3B1 is #500C4E. Grayscale: #D7D7D7. Windows color (decimal): -5246031 or 11662255. OLE color: 11662255.

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

Color convert

RGB175243177-
CMYK0.2800.270.05
HSL121.76º73.91%81.96%-
HSV(B)121.76º27.98%95.29%-
XYZ57.6776.3953.3-
YUV215.14106.4799.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 177 (69.53% from 255) = 29.75%
R=29.41%
G=40.84%
B=29.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431770.2800.270.05121.7673.9181.96
HexAFF3B11C01B57a4a52
Octal257363261340335172112122
Binary10101111111100111011000111100011011101111101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF3B1; }

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

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

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

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

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

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

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

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