#AFF6B1

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

Shades of Celadon #AFF6B1

Tints of Celadon #AFF6B1

Color information

#AFF6B1 (or 0xAFF6B1) is unknown color: approx Celadon. HEX triplet: AF, F6 and B1. RGB value is (175,246,177). Sum of RGB (Red+Green+Blue) = 175+246+177=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF6B1 is #50094E. Grayscale: #D9D9D9. Windows color (decimal): -5245263 or 11663023. OLE color: 11663023.

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

Color convert

RGB175246177-
CMYK0.2900.280.04
HSL121.69º79.78%82.55%-
HSV(B)121.69º28.86%96.47%-
XYZ58.5778.253.6-
YUV216.9105.4898.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 246 (96.48% from 255) = 41.14%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=29.26%
G=41.14%
B=29.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461770.2900.280.04121.6979.7882.55
HexAFF6B11D01C47a5053
Octal257366261350344172120123
Binary10101111111101101011000111101011100100111101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF6B1; }

 p { color: rgb(175,246,177); }

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

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

 a { background-color: rgb(175,246,177); }

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

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

 span { border-color: rgb(175,246,177); }

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