#AFEBC2

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

Shades of Fringy Flower #AFEBC2

Tints of Fringy Flower #AFEBC2

Color information

#AFEBC2 (or 0xAFEBC2) is unknown color: approx Fringy Flower. HEX triplet: AF, EB and C2. RGB value is (175,235,194). Sum of RGB (Red+Green+Blue) = 175+235+194=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC2 is #50143D. Grayscale: #D4D4D4. Windows color (decimal): -5248062 or 12774319. OLE color: 12774319.

HSL color Cylindrical-coordinate representation of color #AFEBC2: hue angle of 139º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB175235194-
CMYK0.2600.170.08
HSL139º60%80.39%-
HSV(B)139º25.53%92.16%-
XYZ57.1372.4362.01-
YUV212.39117.62101.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 194 (76.17% from 255) = 32.12%
R=28.97%
G=38.91%
B=32.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752351940.2600.170.081396080.39
HexAFEBC21A01188b3c50
Octal257353302320211021374120
Binary101011111110101111000010110100100011000100010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBC2; }

 p { color: rgb(175,235,194); }

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

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

 a { background-color: rgb(175,235,194); }

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

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

 span { border-color: rgb(175,235,194); }

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