#AFEEC2

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

Shades of Fringy Flower #AFEEC2

Tints of Fringy Flower #AFEEC2

Color information

#AFEEC2 (or 0xAFEEC2) is unknown color: approx Fringy Flower. HEX triplet: AF, EE and C2. RGB value is (175,238,194). Sum of RGB (Red+Green+Blue) = 175+238+194=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC2 is #50113D. Grayscale: #D6D6D6. Windows color (decimal): -5247294 or 12775087. OLE color: 12775087.

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

Color convert

RGB175238194-
CMYK0.2600.180.07
HSL138.1º64.95%80.98%-
HSV(B)138.1º26.47%93.33%-
XYZ57.9974.1662.3-
YUV214.15116.63100.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=28.83%
G=39.21%
B=31.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381940.2600.180.07138.164.9580.98
HexAFEEC21A01278a4151
Octal257356302320227212101121
Binary101011111110111011000010110100100101111000101010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEC2; }

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

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

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

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

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

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

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

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