#AFFBB0

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

Shades of Celadon #AFFBB0

Tints of Celadon #AFFBB0

Color information

#AFFBB0 (or 0xAFFBB0) is unknown color: approx Celadon. HEX triplet: AF, FB and B0. RGB value is (175,251,176). Sum of RGB (Red+Green+Blue) = 175+251+176=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBB0 is #50044F. Grayscale: #DBDBDB. Windows color (decimal): -5243984 or 11598767. OLE color: 11598767.

HSL color Cylindrical-coordinate representation of color #AFFBB0: hue angle of 120.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBB0 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB175251176-
CMYK0.3000.300.02
HSL120.79º90.48%83.53%-
HSV(B)120.79º30.28%98.43%-
XYZ60.0181.2453.59-
YUV219.73103.3296.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 176 (69.14% from 255) = 29.24%
R=29.07%
G=41.69%
B=29.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511760.3000.300.02120.7990.4883.53
HexAFFBB01E01E2795a54
Octal257373260360362171132124
Binary1010111111111011101100001111001111010111100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBB0; }

 p { color: rgb(175,251,176); }

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

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

 a { background-color: rgb(175,251,176); }

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

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

 span { border-color: rgb(175,251,176); }

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