#AFDAB4

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

Shades of Celadon #AFDAB4

Tints of Celadon #AFDAB4

Color information

#AFDAB4 (or 0xAFDAB4) is unknown color: approx Celadon. HEX triplet: AF, DA and B4. RGB value is (175,218,180). Sum of RGB (Red+Green+Blue) = 175+218+180=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDAB4 is #50254B. Grayscale: #C8C8C8. Windows color (decimal): -5252428 or 11852463. OLE color: 11852463.

HSL color Cylindrical-coordinate representation of color #AFDAB4: hue angle of 126.98º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB4 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB175218180-
CMYK0.2000.170.15
HSL126.98º36.75%77.06%-
HSV(B)126.98º19.72%85.49%-
XYZ50.9962.5552.57-
YUV200.81116.25109.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 218 (85.55% from 255) = 38.05%
BLUE value IS 180 (70.70% from 255) = 31.41%
R=30.54%
G=38.05%
B=31.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181800.2000.170.15126.9836.7577.06
HexAFDAB414011F7f254d
Octal257332264240211717745115
Binary10101111110110101011010010100010001111111111111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDAB4; }

 p { color: rgb(175,218,180); }

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

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

 a { background-color: rgb(175,218,180); }

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

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

 span { border-color: rgb(175,218,180); }

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