#AFFCB4

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

Shades of Celadon #AFFCB4

Tints of Celadon #AFFCB4

Color information

#AFFCB4 (or 0xAFFCB4) is unknown color: approx Celadon. HEX triplet: AF, FC and B4. RGB value is (175,252,180). Sum of RGB (Red+Green+Blue) = 175+252+180=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCB4 is #50034B. Grayscale: #DCDCDC. Windows color (decimal): -5243724 or 11861167. OLE color: 11861167.

HSL color Cylindrical-coordinate representation of color #AFFCB4: hue angle of 123.9º 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 #AFFCB4 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB175252180-
CMYK0.3100.290.01
HSL123.9º92.77%83.73%-
HSV(B)123.9º30.56%98.82%-
XYZ60.7382.0355.81-
YUV220.77104.9995.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=28.83%
G=41.52%
B=29.65%

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
Decimal1752521800.3100.290.01123.992.7783.73
HexAFFCB41F01D17c5d54
Octal257374264370351174135124
Binary101011111111110010110100111110111011111110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCB4; }

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

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

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

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

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

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

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

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