#AFFCB3

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

Shades of Celadon #AFFCB3

Tints of Celadon #AFFCB3

Color information

#AFFCB3 (or 0xAFFCB3) is unknown color: approx Celadon. HEX triplet: AF, FC and B3. RGB value is (175,252,179). Sum of RGB (Red+Green+Blue) = 175+252+179=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCB3 is #50034C. Grayscale: #DCDCDC. Windows color (decimal): -5243725 or 11795631. OLE color: 11795631.

HSL color Cylindrical-coordinate representation of color #AFFCB3: hue angle of 123.12º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCB3 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB175252179-
CMYK0.3100.290.01
HSL123.12º92.77%83.73%-
HSV(B)123.12º30.56%98.82%-
XYZ60.6381.9955.28-
YUV220.65104.4995.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 252 (98.83% from 255) = 41.58%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=28.88%
G=41.58%
B=29.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521790.3100.290.01123.1292.7783.73
HexAFFCB31F01D17b5d54
Octal257374263370351173135124
Binary101011111111110010110011111110111011111101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB3; }

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

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

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

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

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

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

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

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