#ACEEC1

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

Shades of Fringy Flower #ACEEC1

Tints of Fringy Flower #ACEEC1

Color information

#ACEEC1 (or 0xACEEC1) is unknown color: approx Fringy Flower. HEX triplet: AC, EE and C1. RGB value is (172,238,193). Sum of RGB (Red+Green+Blue) = 172+238+193=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEC1 is #53113E. Grayscale: #D5D5D5. Windows color (decimal): -5443903 or 12709548. OLE color: 12709548.

HSL color Cylindrical-coordinate representation of color #ACEEC1: hue angle of 139.09º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB172238193-
CMYK0.2800.190.07
HSL139.09º66%80.39%-
HSV(B)139.09º27.73%93.33%-
XYZ57.2173.7761.68-
YUV213.14116.6398.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=28.52%
G=39.47%
B=32.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722381930.2800.190.07139.096680.39
HexACEEC11C01378b4250
Octal254356301340237213102120
Binary101011001110111011000001111000100111111000101110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEC1; }

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

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

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

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

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

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

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

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