#AEEBBC

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

Shades of Fringy Flower #AEEBBC

Tints of Fringy Flower #AEEBBC

Color information

#AEEBBC (or 0xAEEBBC) is unknown color: approx Fringy Flower. HEX triplet: AE, EB and BC. RGB value is (174,235,188). Sum of RGB (Red+Green+Blue) = 174+235+188=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBBC is #511443. Grayscale: #D3D3D3. Windows color (decimal): -5313604 or 12381102. OLE color: 12381102.

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

Color convert

RGB174235188-
CMYK0.2600.20.08
HSL133.77º60.4%80.2%-
HSV(B)133.77º25.96%92.16%-
XYZ56.2472.0558.52-
YUV211.4114.79101.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.15%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=29.15%
G=39.36%
B=31.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742351880.2600.20.08133.7760.480.2
HexAEEBBC1A0148863c50
Octal256353274320241020674120
Binary101011101110101110111100110100101001000100001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEBBC; }

 p { color: rgb(174,235,188); }

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

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

 a { background-color: rgb(174,235,188); }

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

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

 span { border-color: rgb(174,235,188); }

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