#AFEFB4

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

Shades of Celadon #AFEFB4

Tints of Celadon #AFEFB4

Color information

#AFEFB4 (or 0xAFEFB4) is unknown color: approx Celadon. HEX triplet: AF, EF and B4. RGB value is (175,239,180). Sum of RGB (Red+Green+Blue) = 175+239+180=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFB4 is #50104B. Grayscale: #D5D5D5. Windows color (decimal): -5247052 or 11857839. OLE color: 11857839.

HSL color Cylindrical-coordinate representation of color #AFEFB4: hue angle of 124.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFB4 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB175239180-
CMYK0.2700.250.06
HSL124.69º66.67%81.18%-
HSV(B)124.69º26.78%93.73%-
XYZ56.7874.1454.5-
YUV213.14109.3100.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=29.46%
G=40.24%
B=30.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391800.2700.250.06124.6966.6781.18
HexAFEFB41B01967d4351
Octal257357264330316175103121
Binary10101111111011111011010011011011001110111110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFB4; }

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

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

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

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

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

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

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

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