#AFFAB4

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

Shades of Celadon #AFFAB4

Tints of Celadon #AFFAB4

Color information

#AFFAB4 (or 0xAFFAB4) is unknown color: approx Celadon. HEX triplet: AF, FA and B4. RGB value is (175,250,180). Sum of RGB (Red+Green+Blue) = 175+250+180=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAB4 is #50054B. Grayscale: #DBDBDB. Windows color (decimal): -5244236 or 11860655. OLE color: 11860655.

HSL color Cylindrical-coordinate representation of color #AFFAB4: hue angle of 124º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAB4 is Cyan = 0.3, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB175250180-
CMYK0.300.280.02
HSL124º88.24%83.33%-
HSV(B)124º30%98.04%-
XYZ60.180.7855.6-
YUV219.6105.6596.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=28.93%
G=41.32%
B=29.75%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501800.300.280.0212488.2483.33
HexAFFAB41E01C27c5853
Octal257372264360342174130123
Binary1010111111111010101101001111001110010111110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAB4; }

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

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

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

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

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

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

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

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