Html Css Color HEX #AEECBC Fringy Flower

📋 copy color: '#AEECBC'

red 174 ◦ green 236 ◦ blue 188

#AEECBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AEECBC

Tints of Fringy Flower #AEECBC

RGB

 RED value IS 174 (68.36% from 255) = 29.1%

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 29.1%
G = 39.46%
B = 31.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#AEECBC (or 0xAEECBC) is known color: Fringy Flower. HEX triplet: AE, EC and BC. RGB value is (174,236,188). Sum of RGB (Red+Green+Blue) = 174+236+188=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECBC is #511343. Grayscale: #D4D4D4. Windows color (decimal): -5313348 or 12381358. OLE color: 12381358.

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

Color convert

RGB 174 236 188 -
CMYK 0.26 0 0.20 0.07
HSL 133.55º 0.62% 0.8% -
HSV(B) 133.55º 0.26% 0.93% -
XYZ 56.53 72.62 58.61 -
YUV 211.99 114.46 100.9 -
System Red Green Blue C M Y K H S L
Decimal 174 236 188 0.26 0 0.20 0.07 133.55 0.62 0.8
Hex AE EC BC 1A 0 14 7 86 3E 50
Octal 256 354 274 32 0 24 7 206 76 120
Binary 10101110 11101100 10111100 11010 0 10100 111 10000110 111110 1010000

Color Harmonies of #AEECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECBC

Black with #AEECBC

Text Example


Text Example

White with #AEECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECBC; }

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

 H1.HeaderClassName
 {
   color: #AEECBC;
 }
 .AnyTagClassName
 {
   color: #AEECBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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