#AFECB4

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

Shades of Celadon #AFECB4

Tints of Celadon #AFECB4

Color information

#AFECB4 (or 0xAFECB4) is unknown color: approx Celadon. HEX triplet: AF, EC and B4. RGB value is (175,236,180). Sum of RGB (Red+Green+Blue) = 175+236+180=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECB4 is #50134B. Grayscale: #D3D3D3. Windows color (decimal): -5247820 or 11857071. OLE color: 11857071.

HSL color Cylindrical-coordinate representation of color #AFECB4: hue angle of 124.92º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECB4 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB175236180-
CMYK0.2600.240.07
HSL124.92º61.62%80.59%-
HSV(B)124.92º25.85%92.55%-
XYZ55.9172.454.21-
YUV211.38110.29102.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 236 (92.58% from 255) = 39.93%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=29.61%
G=39.93%
B=30.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361800.2600.240.07124.9261.6280.59
HexAFECB41A01877d3e51
Octal25735426432030717576121
Binary1010111111101100101101001101001100011111111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECB4; }

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

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

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

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

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

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

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

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