#AFEFB1

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

Shades of Celadon #AFEFB1

Tints of Celadon #AFEFB1

Color information

#AFEFB1 (or 0xAFEFB1) is unknown color: approx Celadon. HEX triplet: AF, EF and B1. RGB value is (175,239,177). Sum of RGB (Red+Green+Blue) = 175+239+177=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEFB1 is #50104E. Grayscale: #D4D4D4. Windows color (decimal): -5247055 or 11661231. OLE color: 11661231.

HSL color Cylindrical-coordinate representation of color #AFEFB1: hue angle of 121.87º 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 #AFEFB1 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB175239177-
CMYK0.2700.260.06
HSL121.87º66.67%81.18%-
HSV(B)121.87º26.78%93.73%-
XYZ56.4874.0252.91-
YUV212.8107.8101.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 239 (93.75% from 255) = 40.44%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=29.61%
G=40.44%
B=29.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391770.2700.260.06121.8766.6781.18
HexAFEFB11B01A67a4351
Octal257357261330326172103121
Binary10101111111011111011000111011011010110111101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFB1; }

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

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

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

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

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

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

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

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