Html Css Color HEX #A8DCB8 Fringy Flower

📋 copy color: '#A8DCB8'

red 168 ◦ green 220 ◦ blue 184

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

Shades of Fringy Flower #A8DCB8

Tints of Fringy Flower #A8DCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.17%

R = 29.37%
G = 38.46%
B = 32.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#A8DCB8 (or 0xA8DCB8) is known color: Fringy Flower. HEX triplet: A8, DC and B8. RGB value is (168,220,184). Sum of RGB (Red+Green+Blue) = 168+220+184=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB8 is #572347. Grayscale: #C8C8C8. Windows color (decimal): -5710664 or 12115112. OLE color: 12115112.

HSL color Cylindrical-coordinate representation of color #A8DCB8: hue angle of 138.46º 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 #A8DCB8 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 184 -
CMYK 0.24 0 0.16 0.14
HSL 138.46º 0.43% 0.76% -
HSV(B) 138.46º 0.24% 0.86% -
XYZ 50.39 62.97 54.85 -
YUV 200.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 168 220 184 0.24 0 0.16 0.14 138.46 0.43 0.76
Hex A8 DC B8 18 0 10 E 8A 2B 4C
Octal 250 334 270 30 0 20 16 212 53 114
Binary 10101000 11011100 10111000 11000 0 10000 1110 10001010 101011 1001100

Color Harmonies of #A8DCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCB8

Black with #A8DCB8

Text Example


Text Example

White with #A8DCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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