#AFF2B5

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

Shades of Celadon #AFF2B5

Tints of Celadon #AFF2B5

Color information

#AFF2B5 (or 0xAFF2B5) is unknown color: approx Celadon. HEX triplet: AF, F2 and B5. RGB value is (175,242,181). Sum of RGB (Red+Green+Blue) = 175+242+181=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B5 is #500D4A. Grayscale: #D7D7D7. Windows color (decimal): -5246283 or 11924143. OLE color: 11924143.

HSL color Cylindrical-coordinate representation of color #AFF2B5: hue angle of 125.37º degrees, saturation: 0.72, 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 #AFF2B5 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB175242181-
CMYK0.2800.250.05
HSL125.37º72.04%81.76%-
HSV(B)125.37º27.69%94.9%-
XYZ57.7775.9555.33-
YUV215.01108.899.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 242 (94.92% from 255) = 40.47%
BLUE value IS 181 (71.09% from 255) = 30.27%
R=29.26%
G=40.47%
B=30.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421810.2800.250.05125.3772.0481.76
HexAFF2B51C01957d4852
Octal257362265340315175110122
Binary10101111111100101011010111100011001101111110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2B5; }

 p { color: rgb(175,242,181); }

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

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

 a { background-color: rgb(175,242,181); }

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

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

 span { border-color: rgb(175,242,181); }

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