#AFFEB2

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

Shades of Celadon #AFFEB2

Tints of Celadon #AFFEB2

Color information

#AFFEB2 (or 0xAFFEB2) is unknown color: approx Celadon. HEX triplet: AF, FE and B2. RGB value is (175,254,178). Sum of RGB (Red+Green+Blue) = 175+254+178=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFEB2 is #50014D. Grayscale: #DDDDDD. Windows color (decimal): -5243214 or 11730607. OLE color: 11730607.

HSL color Cylindrical-coordinate representation of color #AFFEB2: hue angle of 122.28º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB175254178-
CMYK0.3100.300.00
HSL122.28º97.53%84.12%-
HSV(B)122.28º31.1%99.61%-
XYZ61.1683.2154.96-
YUV221.71103.3394.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 178 (69.92% from 255) = 29.32%
R=28.83%
G=41.85%
B=29.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541780.3100.300.00122.2897.5384.12
HexAFFEB21F01E07a6254
Octal257376262370360172142124
Binary101011111111111010110010111110111100111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEB2; }

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

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

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

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

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

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

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

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