#AFEEB6

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

Shades of Fringy Flower #AFEEB6

Tints of Fringy Flower #AFEEB6

Color information

#AFEEB6 (or 0xAFEEB6) is unknown color: approx Fringy Flower. HEX triplet: AF, EE and B6. RGB value is (175,238,182). Sum of RGB (Red+Green+Blue) = 175+238+182=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEB6 is #501149. Grayscale: #D4D4D4. Windows color (decimal): -5247306 or 11988655. OLE color: 11988655.

HSL color Cylindrical-coordinate representation of color #AFEEB6: hue angle of 126.67º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEB6 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB175238182-
CMYK0.2600.240.07
HSL126.67º64.95%80.98%-
HSV(B)126.67º26.47%93.33%-
XYZ56.773.6455.48-
YUV212.78110.63101.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 238 (93.36% from 255) = 40%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=29.41%
G=40%
B=30.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381820.2600.240.07126.6764.9580.98
HexAFEEB61A01877f4151
Octal257356266320307177101121
Binary10101111111011101011011011010011000111111111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEB6; }

 p { color: rgb(175,238,182); }

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

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

 a { background-color: rgb(175,238,182); }

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

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

 span { border-color: rgb(175,238,182); }

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