#AFFEB4

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

Shades of Celadon #AFFEB4

Tints of Celadon #AFFEB4

Color information

#AFFEB4 (or 0xAFFEB4) is unknown color: approx Celadon. HEX triplet: AF, FE and B4. RGB value is (175,254,180). Sum of RGB (Red+Green+Blue) = 175+254+180=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEB4 is #50014B. Grayscale: #DEDEDE. Windows color (decimal): -5243212 or 11861679. OLE color: 11861679.

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

Color convert

RGB175254180-
CMYK0.3100.290.00
HSL123.8º97.53%84.12%-
HSV(B)123.8º31.1%99.61%-
XYZ61.3683.2956.02-
YUV221.94104.3394.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=28.74%
G=41.71%
B=29.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541800.3100.290.00123.897.5384.12
HexAFFEB41F01D07c6254
Octal257376264370350174142124
Binary101011111111111010110100111110111010111110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEB4; }

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

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

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

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

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

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

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

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