#AFEEBC

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

Shades of Fringy Flower #AFEEBC

Tints of Fringy Flower #AFEEBC

Color information

#AFEEBC (or 0xAFEEBC) is unknown color: approx Fringy Flower. HEX triplet: AF, EE and BC. RGB value is (175,238,188). Sum of RGB (Red+Green+Blue) = 175+238+188=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEBC is #501143. Grayscale: #D5D5D5. Windows color (decimal): -5247300 or 12381871. OLE color: 12381871.

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

Color convert

RGB175238188-
CMYK0.2600.210.07
HSL132.38º64.95%80.98%-
HSV(B)132.38º26.47%93.33%-
XYZ57.3373.8958.82-
YUV213.46113.63100.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=29.12%
G=39.60%
B=31.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381880.2600.210.07132.3864.9580.98
HexAFEEBC1A0157844151
Octal257356274320257204101121
Binary101011111110111010111100110100101011111000010010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEBC; }

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

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

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

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

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

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

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

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