Html Css Color HEX #AEEABE Fringy Flower

📋 copy color: '#AEEABE'

red 174 ◦ green 234 ◦ blue 190

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

Shades of Fringy Flower #AEEABE

Tints of Fringy Flower #AEEABE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.13%

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 29.1%
G = 39.13%
B = 31.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#AEEABE (or 0xAEEABE) is known color: Fringy Flower. HEX triplet: AE, EA and BE. RGB value is (174,234,190). Sum of RGB (Red+Green+Blue) = 174+234+190=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEABE is #511541. Grayscale: #D3D3D3. Windows color (decimal): -5313858 or 12511918. OLE color: 12511918.

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

Color convert

RGB 174 234 190 -
CMYK 0.26 0 0.19 0.08
HSL 136º 0.59% 0.8% -
HSV(B) 136º 0.26% 0.92% -
XYZ 56.17 71.56 59.57 -
YUV 211.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 174 234 190 0.26 0 0.19 0.08 136 0.59 0.8
Hex AE EA BE 1A 0 13 8 88 3B 50
Octal 256 352 276 32 0 23 10 210 73 120
Binary 10101110 11101010 10111110 11010 0 10011 1000 10001000 111011 1010000

Color Harmonies of #AEEABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEABE

Black with #AEEABE

Text Example


Text Example

White with #AEEABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEABE; }

 p { color: rgb(174,234,190); }

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

background-color css

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

 a { background-color: rgb(174,234,190); }

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

border-color css

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

 span { border-color: rgb(174,234,190); }

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