Html Css Color HEX #ACDABE Fringy Flower

📋 copy color: '#ACDABE'

red 172 ◦ green 218 ◦ blue 190

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

Shades of Fringy Flower #ACDABE

Tints of Fringy Flower #ACDABE

RGB

 RED value IS 172 (67.58% from 255) = 29.66%

 GREEN value IS 218 (85.55% from 255) = 37.59%

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

R = 29.66%
G = 37.59%
B = 32.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#ACDABE (or 0xACDABE) is known color: Fringy Flower. HEX triplet: AC, DA and BE. RGB value is (172,218,190). Sum of RGB (Red+Green+Blue) = 172+218+190=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABE is #532541. Grayscale: #C9C9C9. Windows color (decimal): -5449026 or 12507820. OLE color: 12507820.

HSL color Cylindrical-coordinate representation of color #ACDABE: hue angle of 143.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDABE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 190 -
CMYK 0.21 0 0.13 0.15
HSL 143.48º 0.38% 0.76% -
HSV(B) 143.48º 0.21% 0.85% -
XYZ 51.38 62.63 58.1 -
YUV 201.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 172 218 190 0.21 0 0.13 0.15 143.48 0.38 0.76
Hex AC DA BE 15 0 D F 8F 26 4C
Octal 254 332 276 25 0 15 17 217 46 114
Binary 10101100 11011010 10111110 10101 0 1101 1111 10001111 100110 1001100

Color Harmonies of #ACDABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDABE

Black with #ACDABE

Text Example


Text Example

White with #ACDABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDABE; }

 p { color: rgb(172,218,190); }

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

background-color css

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

 a { background-color: rgb(172,218,190); }

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

border-color css

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

 span { border-color: rgb(172,218,190); }

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