Html Css Color HEX #A5DDB6 Fringy Flower

📋 copy color: '#A5DDB6'

red 165 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #A5DDB6

Tints of Fringy Flower #A5DDB6

RGB

 RED value IS 165 (64.84% from 255) = 29.05%

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 29.05%
G = 38.91%
B = 32.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#A5DDB6 (or 0xA5DDB6) is known color: Fringy Flower. HEX triplet: A5, DD and B6. RGB value is (165,221,182). Sum of RGB (Red+Green+Blue) = 165+221+182=568 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.05% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDB6 is #5A2249. Grayscale: #C7C7C7. Windows color (decimal): -5907018 or 11984293. OLE color: 11984293.

HSL color Cylindrical-coordinate representation of color #A5DDB6: hue angle of 138.21º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DDB6 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 221 182 -
CMYK 0.25 0 0.18 0.13
HSL 138.21º 0.45% 0.76% -
HSV(B) 138.21º 0.25% 0.87% -
XYZ 49.82 63.09 53.81 -
YUV 199.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 165 221 182 0.25 0 0.18 0.13 138.21 0.45 0.76
Hex A5 DD B6 19 0 12 D 8A 2D 4C
Octal 245 335 266 31 0 22 15 212 55 114
Binary 10100101 11011101 10110110 11001 0 10010 1101 10001010 101101 1001100

Color Harmonies of #A5DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDB6

Black with #A5DDB6

Text Example


Text Example

White with #A5DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDB6; }

 p { color: rgb(165,221,182); }

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

background-color css

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

 a { background-color: rgb(165,221,182); }

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

border-color css

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

 span { border-color: rgb(165,221,182); }

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