#AFEEC1

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

Shades of Fringy Flower #AFEEC1

Tints of Fringy Flower #AFEEC1

Color information

#AFEEC1 (or 0xAFEEC1) is unknown color: approx Fringy Flower. HEX triplet: AF, EE and C1. RGB value is (175,238,193). Sum of RGB (Red+Green+Blue) = 175+238+193=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC1 is #50113E. Grayscale: #D6D6D6. Windows color (decimal): -5247295 or 12709551. OLE color: 12709551.

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

Color convert

RGB175238193-
CMYK0.2600.190.07
HSL137.14º64.95%80.98%-
HSV(B)137.14º26.47%93.33%-
XYZ57.8874.1161.71-
YUV214.03116.13100.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=28.88%
G=39.27%
B=31.85%

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
Decimal1752381930.2600.190.07137.1464.9580.98
HexAFEEC11A0137894151
Octal257356301320237211101121
Binary101011111110111011000001110100100111111000100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEEC1; }

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

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

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

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

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

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

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

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