#AFE9BB

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

Shades of Fringy Flower #AFE9BB

Tints of Fringy Flower #AFE9BB

Color information

#AFE9BB (or 0xAFE9BB) is unknown color: approx Fringy Flower. HEX triplet: AF, E9 and BB. RGB value is (175,233,187). Sum of RGB (Red+Green+Blue) = 175+233+187=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9BB is #501644. Grayscale: #D2D2D2. Windows color (decimal): -5248581 or 12315055. OLE color: 12315055.

HSL color Cylindrical-coordinate representation of color #AFE9BB: hue angle of 132.41º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9BB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB175233187-
CMYK0.2500.200.09
HSL132.41º56.86%80%-
HSV(B)132.41º24.89%91.37%-
XYZ55.7970.9857.77-
YUV210.41114.78102.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=29.41%
G=39.16%
B=31.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331870.2500.200.09132.4156.8680
HexAFE9BB190149843950
Octal257351273310241120471120
Binary101011111110100110111011110010101001001100001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9BB; }

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

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

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

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

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

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

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

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