Html Css Color HEX #A8DCB5 Fringy Flower

📋 copy color: '#A8DCB5'

red 168 ◦ green 220 ◦ blue 181

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

Shades of Fringy Flower #A8DCB5

Tints of Fringy Flower #A8DCB5

RGB

 RED value IS 168 (66.02% from 255) = 29.53%

 GREEN value IS 220 (86.33% from 255) = 38.66%

 BLUE value IS 181 (71.09% from 255) = 31.81%

R = 29.53%
G = 38.66%
B = 31.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#A8DCB5 (or 0xA8DCB5) is known color: Fringy Flower. HEX triplet: A8, DC and B5. RGB value is (168,220,181). Sum of RGB (Red+Green+Blue) = 168+220+181=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB5 is #57234A. Grayscale: #C8C8C8. Windows color (decimal): -5710667 or 11918504. OLE color: 11918504.

HSL color Cylindrical-coordinate representation of color #A8DCB5: hue angle of 135º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCB5 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 181 -
CMYK 0.24 0 0.18 0.14
HSL 135º 0.43% 0.76% -
HSV(B) 135º 0.24% 0.86% -
XYZ 50.08 62.85 53.21 -
YUV 200.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 168 220 181 0.24 0 0.18 0.14 135 0.43 0.76
Hex A8 DC B5 18 0 12 E 87 2B 4C
Octal 250 334 265 30 0 22 16 207 53 114
Binary 10101000 11011100 10110101 11000 0 10010 1110 10000111 101011 1001100

Color Harmonies of #A8DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCB5

Black with #A8DCB5

Text Example


Text Example

White with #A8DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCB5; }

 p { color: rgb(168,220,181); }

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

background-color css

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

 a { background-color: rgb(168,220,181); }

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

border-color css

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

 span { border-color: rgb(168,220,181); }

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