#AFF0B0

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

Shades of Celadon #AFF0B0

Tints of Celadon #AFF0B0

Color information

#AFF0B0 (or 0xAFF0B0) is unknown color: approx Celadon. HEX triplet: AF, F0 and B0. RGB value is (175,240,176). Sum of RGB (Red+Green+Blue) = 175+240+176=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF0B0 is #500F4F. Grayscale: #D5D5D5. Windows color (decimal): -5246800 or 11595951. OLE color: 11595951.

HSL color Cylindrical-coordinate representation of color #AFF0B0: hue angle of 120.92º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0B0 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB175240176-
CMYK0.2700.270.06
HSL120.92º68.42%81.37%-
HSV(B)120.92º27.08%94.12%-
XYZ56.6874.5752.48-
YUV213.27106.97100.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=29.61%
G=40.61%
B=29.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401760.2700.270.06120.9268.4281.37
HexAFF0B01B01B6794451
Octal257360260330336171104121
Binary10101111111100001011000011011011011110111100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0B0; }

 p { color: rgb(175,240,176); }

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

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

 a { background-color: rgb(175,240,176); }

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

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

 span { border-color: rgb(175,240,176); }

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