#AFDBB4

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

Shades of Celadon #AFDBB4

Tints of Celadon #AFDBB4

Color information

#AFDBB4 (or 0xAFDBB4) is unknown color: approx Celadon. HEX triplet: AF, DB and B4. RGB value is (175,219,180). Sum of RGB (Red+Green+Blue) = 175+219+180=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBB4 is #50244B. Grayscale: #C9C9C9. Windows color (decimal): -5252172 or 11852719. OLE color: 11852719.

HSL color Cylindrical-coordinate representation of color #AFDBB4: hue angle of 126.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBB4 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB175219180-
CMYK0.2000.180.14
HSL126.82º37.93%77.25%-
HSV(B)126.82º20.09%85.88%-
XYZ51.2563.0752.65-
YUV201.4115.92109.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 219 (85.94% from 255) = 38.15%
BLUE value IS 180 (70.70% from 255) = 31.36%
R=30.49%
G=38.15%
B=31.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191800.2000.180.14126.8237.9377.25
HexAFDBB414012E7f264d
Octal257333264240221617746115
Binary10101111110110111011010010100010010111011111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBB4; }

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

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

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

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

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

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

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

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