#AFF2B4

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

Shades of Celadon #AFF2B4

Tints of Celadon #AFF2B4

Color information

#AFF2B4 (or 0xAFF2B4) is unknown color: approx Celadon. HEX triplet: AF, F2 and B4. RGB value is (175,242,180). Sum of RGB (Red+Green+Blue) = 175+242+180=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2B4 is #500D4B. Grayscale: #D7D7D7. Windows color (decimal): -5246284 or 11858607. OLE color: 11858607.

HSL color Cylindrical-coordinate representation of color #AFF2B4: hue angle of 124.48º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2B4 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB175242180-
CMYK0.2800.260.05
HSL124.48º72.04%81.76%-
HSV(B)124.48º27.69%94.9%-
XYZ57.6775.9154.79-
YUV214.9108.399.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 242 (94.92% from 255) = 40.54%
BLUE value IS 180 (70.70% from 255) = 30.15%
R=29.31%
G=40.54%
B=30.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421800.2800.260.05124.4872.0481.76
HexAFF2B41C01A57c4852
Octal257362264340325174110122
Binary10101111111100101011010011100011010101111110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2B4; }

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

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

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

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

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

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

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

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