#AFEEC0

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

Shades of Fringy Flower #AFEEC0

Tints of Fringy Flower #AFEEC0

Color information

#AFEEC0 (or 0xAFEEC0) is unknown color: approx Fringy Flower. HEX triplet: AF, EE and C0. RGB value is (175,238,192). Sum of RGB (Red+Green+Blue) = 175+238+192=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC0 is #50113F. Grayscale: #D6D6D6. Windows color (decimal): -5247296 or 12644015. OLE color: 12644015.

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

Color convert

RGB175238192-
CMYK0.2600.190.07
HSL136.19º64.95%80.98%-
HSV(B)136.19º26.47%93.33%-
XYZ57.7774.0761.12-
YUV213.92115.63100.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=28.93%
G=39.34%
B=31.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381920.2600.190.07136.1964.9580.98
HexAFEEC01A0137884151
Octal257356300320237210101121
Binary101011111110111011000000110100100111111000100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEC0; }

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

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

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

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

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

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

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

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