#AFE6B5

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

Shades of Celadon #AFE6B5

Tints of Celadon #AFE6B5

Color information

#AFE6B5 (or 0xAFE6B5) is unknown color: approx Celadon. HEX triplet: AF, E6 and B5. RGB value is (175,230,181). Sum of RGB (Red+Green+Blue) = 175+230+181=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6B5 is #50194A. Grayscale: #D0D0D0. Windows color (decimal): -5249355 or 11921071. OLE color: 11921071.

HSL color Cylindrical-coordinate representation of color #AFE6B5: hue angle of 126.55º 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 #AFE6B5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB175230181-
CMYK0.2400.210.10
HSL126.55º52.38%79.41%-
HSV(B)126.55º23.91%90.2%-
XYZ54.3269.0454.18-
YUV207.97112.78104.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 230 (90.23% from 255) = 39.25%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=29.86%
G=39.25%
B=30.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301810.2400.210.10126.5552.3879.41
HexAFE6B518015A7f344f
Octal257346265300251217764117
Binary10101111111001101011010111000010101101011111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6B5; }

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

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

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

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

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

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

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

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