Html Css Color HEX #ADDAB8 Fringy Flower

📋 copy color: '#ADDAB8'

red 173 ◦ green 218 ◦ blue 184

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

Shades of Fringy Flower #ADDAB8

Tints of Fringy Flower #ADDAB8

RGB

 RED value IS 173 (67.97% from 255) = 30.09%

 GREEN value IS 218 (85.55% from 255) = 37.91%

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

R = 30.09%
G = 37.91%
B = 32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#ADDAB8 (or 0xADDAB8) is known color: Fringy Flower. HEX triplet: AD, DA and B8. RGB value is (173,218,184). Sum of RGB (Red+Green+Blue) = 173+218+184=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB8 is #522547. Grayscale: #C8C8C8. Windows color (decimal): -5383496 or 12114605. OLE color: 12114605.

HSL color Cylindrical-coordinate representation of color #ADDAB8: hue angle of 134.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 184 -
CMYK 0.21 0 0.16 0.15
HSL 134.67º 0.38% 0.77% -
HSV(B) 134.67º 0.21% 0.85% -
XYZ 50.96 62.49 54.72 -
YUV 200.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 173 218 184 0.21 0 0.16 0.15 134.67 0.38 0.77
Hex AD DA B8 15 0 10 F 87 26 4D
Octal 255 332 270 25 0 20 17 207 46 115
Binary 10101101 11011010 10111000 10101 0 10000 1111 10000111 100110 1001101

Color Harmonies of #ADDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAB8

Black with #ADDAB8

Text Example


Text Example

White with #ADDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAB8; }

 p { color: rgb(173,218,184); }

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

background-color css

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

 a { background-color: rgb(173,218,184); }

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

border-color css

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

 span { border-color: rgb(173,218,184); }

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