#AFFCB5

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

Shades of Celadon #AFFCB5

Tints of Celadon #AFFCB5

Color information

#AFFCB5 (or 0xAFFCB5) is unknown color: approx Celadon. HEX triplet: AF, FC and B5. RGB value is (175,252,181). Sum of RGB (Red+Green+Blue) = 175+252+181=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCB5 is #50034A. Grayscale: #DDDDDD. Windows color (decimal): -5243723 or 11926703. OLE color: 11926703.

HSL color Cylindrical-coordinate representation of color #AFFCB5: hue angle of 124.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCB5 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB175252181-
CMYK0.3100.280.01
HSL124.68º92.77%83.73%-
HSV(B)124.68º30.56%98.82%-
XYZ60.8382.0756.35-
YUV220.88105.4995.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 181 (71.09% from 255) = 29.77%
R=28.78%
G=41.45%
B=29.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521810.3100.280.01124.6892.7783.73
HexAFFCB51F01C17d5d54
Octal257374265370341175135124
Binary101011111111110010110101111110111001111110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB5; }

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

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

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

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

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

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

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

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