Html Css Color HEX #ABDDB6 Fringy Flower

📋 copy color: '#ABDDB6'

red 171 ◦ green 221 ◦ blue 182

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

Shades of Fringy Flower #ABDDB6

Tints of Fringy Flower #ABDDB6

RGB

 RED value IS 171 (67.19% from 255) = 29.79%

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

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

R = 29.79%
G = 38.5%
B = 31.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#ABDDB6 (or 0xABDDB6) is known color: Fringy Flower. HEX triplet: AB, DD and B6. RGB value is (171,221,182). Sum of RGB (Red+Green+Blue) = 171+221+182=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDB6 is #542249. Grayscale: #C9C9C9. Windows color (decimal): -5513802 or 11984299. OLE color: 11984299.

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

Color convert

RGB 171 221 182 -
CMYK 0.23 0 0.18 0.13
HSL 133.2º 0.42% 0.77% -
HSV(B) 133.2º 0.23% 0.87% -
XYZ 51.09 63.75 53.87 -
YUV 201.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 171 221 182 0.23 0 0.18 0.13 133.2 0.42 0.77
Hex AB DD B6 17 0 12 D 85 2A 4D
Octal 253 335 266 27 0 22 15 205 52 115
Binary 10101011 11011101 10110110 10111 0 10010 1101 10000101 101010 1001101

Color Harmonies of #ABDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDB6

Black with #ABDDB6

Text Example


Text Example

White with #ABDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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