Html Css Color HEX #A8DCB7 Fringy Flower

📋 copy color: '#A8DCB7'

red 168 ◦ green 220 ◦ blue 183

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

Shades of Fringy Flower #A8DCB7

Tints of Fringy Flower #A8DCB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 29.42%
G = 38.53%
B = 32.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#A8DCB7 (or 0xA8DCB7) is known color: Fringy Flower. HEX triplet: A8, DC and B7. RGB value is (168,220,183). Sum of RGB (Red+Green+Blue) = 168+220+183=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCB7 is #572348. Grayscale: #C8C8C8. Windows color (decimal): -5710665 or 12049576. OLE color: 12049576.

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

Color convert

RGB 168 220 183 -
CMYK 0.24 0 0.17 0.14
HSL 137.31º 0.43% 0.76% -
HSV(B) 137.31º 0.24% 0.86% -
XYZ 50.29 62.93 54.3 -
YUV 200.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 168 220 183 0.24 0 0.17 0.14 137.31 0.43 0.76
Hex A8 DC B7 18 0 11 E 89 2B 4C
Octal 250 334 267 30 0 21 16 211 53 114
Binary 10101000 11011100 10110111 11000 0 10001 1110 10001001 101011 1001100

Color Harmonies of #A8DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCB7

Black with #A8DCB7

Text Example


Text Example

White with #A8DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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