#AFF7B2

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

Shades of Celadon #AFF7B2

Tints of Celadon #AFF7B2

Color information

#AFF7B2 (or 0xAFF7B2) is unknown color: approx Celadon. HEX triplet: AF, F7 and B2. RGB value is (175,247,178). Sum of RGB (Red+Green+Blue) = 175+247+178=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF7B2 is #50084D. Grayscale: #D9D9D9. Windows color (decimal): -5245006 or 11728815. OLE color: 11728815.

HSL color Cylindrical-coordinate representation of color #AFF7B2: hue angle of 122.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7B2 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB175247178-
CMYK0.2900.280.03
HSL122.5º81.82%82.75%-
HSV(B)122.5º29.15%96.86%-
XYZ58.9878.8554.23-
YUV217.61105.6597.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.17%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 178 (69.92% from 255) = 29.67%
R=29.17%
G=41.17%
B=29.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471780.2900.280.03122.581.8282.75
HexAFF7B21D01C37a5253
Octal257367262350343172122123
Binary1010111111110111101100101110101110011111101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7B2; }

 p { color: rgb(175,247,178); }

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

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

 a { background-color: rgb(175,247,178); }

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

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

 span { border-color: rgb(175,247,178); }

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