#AFE6B0

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

Shades of Celadon #AFE6B0

Tints of Celadon #AFE6B0

Color information

#AFE6B0 (or 0xAFE6B0) is unknown color: approx Celadon. HEX triplet: AF, E6 and B0. RGB value is (175,230,176). Sum of RGB (Red+Green+Blue) = 175+230+176=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE6B0 is #50194F. Grayscale: #CFCFCF. Windows color (decimal): -5249360 or 11593391. OLE color: 11593391.

HSL color Cylindrical-coordinate representation of color #AFE6B0: hue angle of 121.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6B0 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB175230176-
CMYK0.2400.230.10
HSL121.09º52.38%79.41%-
HSV(B)121.09º23.91%90.2%-
XYZ53.8168.8451.53-
YUV207.4110.28104.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 230 (90.23% from 255) = 39.59%
BLUE value IS 176 (69.14% from 255) = 30.29%
R=30.12%
G=39.59%
B=30.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301760.2400.230.10121.0952.3879.41
HexAFE6B018017A79344f
Octal257346260300271217164117
Binary10101111111001101011000011000010111101011110011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6B0; }

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

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

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

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

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

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

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

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