#AFFCB2

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

Shades of Celadon #AFFCB2

Tints of Celadon #AFFCB2

Color information

#AFFCB2 (or 0xAFFCB2) is unknown color: approx Celadon. HEX triplet: AF, FC and B2. RGB value is (175,252,178). Sum of RGB (Red+Green+Blue) = 175+252+178=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCB2 is #50034D. Grayscale: #DCDCDC. Windows color (decimal): -5243726 or 11730095. OLE color: 11730095.

HSL color Cylindrical-coordinate representation of color #AFFCB2: hue angle of 122.34º 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 #AFFCB2 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB175252178-
CMYK0.3100.290.01
HSL122.34º92.77%83.73%-
HSV(B)122.34º30.56%98.82%-
XYZ60.5381.9554.75-
YUV220.54103.9995.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 252 (98.83% from 255) = 41.65%
BLUE value IS 178 (69.92% from 255) = 29.42%
R=28.93%
G=41.65%
B=29.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521780.3100.290.01122.3492.7783.73
HexAFFCB21F01D17a5d54
Octal257374262370351172135124
Binary101011111111110010110010111110111011111101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB2; }

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

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

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

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

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

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

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

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