Html Css Color HEX #ACEDBB Fringy Flower

📋 copy color: '#ACEDBB'

red 172 ◦ green 237 ◦ blue 187

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

Shades of Fringy Flower #ACEDBB

Tints of Fringy Flower #ACEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.77%

 BLUE value IS 187 (73.44% from 255) = 31.38%

R = 28.86%
G = 39.77%
B = 31.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ACEDBB (or 0xACEDBB) is known color: Fringy Flower. HEX triplet: AC, ED and BB. RGB value is (172,237,187). Sum of RGB (Red+Green+Blue) = 172+237+187=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDBB is #531244. Grayscale: #D3D3D3. Windows color (decimal): -5444165 or 12316076. OLE color: 12316076.

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

Color convert

RGB 172 237 187 -
CMYK 0.27 0 0.21 0.07
HSL 133.85º 0.64% 0.8% -
HSV(B) 133.85º 0.27% 0.93% -
XYZ 56.27 72.93 58.12 -
YUV 211.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 172 237 187 0.27 0 0.21 0.07 133.85 0.64 0.8
Hex AC ED BB 1B 0 15 7 86 40 50
Octal 254 355 273 33 0 25 7 206 100 120
Binary 10101100 11101101 10111011 11011 0 10101 111 10000110 1000000 1010000

Color Harmonies of #ACEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDBB

Black with #ACEDBB

Text Example


Text Example

White with #ACEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDBB; }

 p { color: rgb(172,237,187); }

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

background-color css

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

 a { background-color: rgb(172,237,187); }

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

border-color css

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

 span { border-color: rgb(172,237,187); }

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