#AFECB3

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

Shades of Celadon #AFECB3

Tints of Celadon #AFECB3

Color information

#AFECB3 (or 0xAFECB3) is unknown color: approx Celadon. HEX triplet: AF, EC and B3. RGB value is (175,236,179). Sum of RGB (Red+Green+Blue) = 175+236+179=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECB3 is #50134C. Grayscale: #D3D3D3. Windows color (decimal): -5247821 or 11791535. OLE color: 11791535.

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

Color convert

RGB175236179-
CMYK0.2600.240.07
HSL123.93º61.62%80.59%-
HSV(B)123.93º25.85%92.55%-
XYZ55.8172.3653.67-
YUV211.26109.79102.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=29.66%
G=40%
B=30.34%

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
Decimal1752361790.2600.240.07123.9361.6280.59
HexAFECB31A01877c3e51
Octal25735426332030717476121
Binary1010111111101100101100111101001100011111111001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECB3; }

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

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

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

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

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

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

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

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