Html Css Color HEX #A7DCB4 Fringy Flower

📋 copy color: '#A7DCB4'

red 167 ◦ green 220 ◦ blue 180

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

Shades of Fringy Flower #A7DCB4

Tints of Fringy Flower #A7DCB4

RGB

 RED value IS 167 (65.63% from 255) = 29.45%

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

 BLUE value IS 180 (70.7% from 255) = 31.75%

R = 29.45%
G = 38.8%
B = 31.75%

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

#A7DCB4 (or 0xA7DCB4) is known color: Fringy Flower. HEX triplet: A7, DC and B4. RGB value is (167,220,180). Sum of RGB (Red+Green+Blue) = 167+220+180=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCB4 is #58234B. Grayscale: #C7C7C7. Windows color (decimal): -5776204 or 11852967. OLE color: 11852967.

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

Color convert

RGB 167 220 180 -
CMYK 0.24 0 0.18 0.14
HSL 134.72º 0.43% 0.76% -
HSV(B) 134.72º 0.24% 0.86% -
XYZ 49.77 62.7 52.66 -
YUV 199.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 167 220 180 0.24 0 0.18 0.14 134.72 0.43 0.76
Hex A7 DC B4 18 0 12 E 87 2B 4C
Octal 247 334 264 30 0 22 16 207 53 114
Binary 10100111 11011100 10110100 11000 0 10010 1110 10000111 101011 1001100

Color Harmonies of #A7DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCB4

Black with #A7DCB4

Text Example


Text Example

White with #A7DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCB4; }

 p { color: rgb(167,220,180); }

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

background-color css

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

 a { background-color: rgb(167,220,180); }

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

border-color css

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

 span { border-color: rgb(167,220,180); }

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