#AFE6BB

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

Shades of Fringy Flower #AFE6BB

Tints of Fringy Flower #AFE6BB

Color information

#AFE6BB (or 0xAFE6BB) is unknown color: approx Fringy Flower. HEX triplet: AF, E6 and BB. RGB value is (175,230,187). Sum of RGB (Red+Green+Blue) = 175+230+187=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6BB is #501944. Grayscale: #D0D0D0. Windows color (decimal): -5249349 or 12314287. OLE color: 12314287.

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

Color convert

RGB175230187-
CMYK0.2400.190.10
HSL133.09º52.38%79.41%-
HSV(B)133.09º23.91%90.2%-
XYZ54.9569.357.49-
YUV208.65115.78104-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=29.56%
G=38.85%
B=31.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301870.2400.190.10133.0952.3879.41
HexAFE6BB18013A85344f
Octal257346273300231220564117
Binary101011111110011010111011110000100111010100001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6BB; }

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

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

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

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

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

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

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

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