Html Css Color HEX #ACFDBB Fringy Flower

📋 copy color: '#ACFDBB'

red 172 ◦ green 253 ◦ blue 187

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

Shades of Fringy Flower #ACFDBB

Tints of Fringy Flower #ACFDBB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.34%

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

R = 28.1%
G = 41.34%
B = 30.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#ACFDBB (or 0xACFDBB) is known color: Fringy Flower. HEX triplet: AC, FD and BB. RGB value is (172,253,187). Sum of RGB (Red+Green+Blue) = 172+253+187=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDBB is #530244. Grayscale: #DDDDDD. Windows color (decimal): -5440069 or 12320172. OLE color: 12320172.

HSL color Cylindrical-coordinate representation of color #ACFDBB: hue angle of 131.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDBB is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 187 -
CMYK 0.32 0 0.26 0.01
HSL 131.11º 0.95% 0.83% -
HSV(B) 131.11º 0.32% 0.99% -
XYZ 61.11 82.61 59.74 -
YUV 221.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 172 253 187 0.32 0 0.26 0.01 131.11 0.95 0.83
Hex AC FD BB 20 0 1A 1 83 5F 53
Octal 254 375 273 40 0 32 1 203 137 123
Binary 10101100 11111101 10111011 100000 0 11010 1 10000011 1011111 1010011

Color Harmonies of #ACFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDBB

Black with #ACFDBB

Text Example


Text Example

White with #ACFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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