Html Css Color HEX #ADDBBA Fringy Flower

📋 copy color: '#ADDBBA'

red 173 ◦ green 219 ◦ blue 186

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

Shades of Fringy Flower #ADDBBA

Tints of Fringy Flower #ADDBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 29.93%
G = 37.89%
B = 32.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#ADDBBA (or 0xADDBBA) is known color: Fringy Flower. HEX triplet: AD, DB and BA. RGB value is (173,219,186). Sum of RGB (Red+Green+Blue) = 173+219+186=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBBA is #522445. Grayscale: #C9C9C9. Windows color (decimal): -5383238 or 12245933. OLE color: 12245933.

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

Color convert

RGB 173 219 186 -
CMYK 0.21 0 0.15 0.14
HSL 136.96º 0.39% 0.77% -
HSV(B) 136.96º 0.21% 0.86% -
XYZ 51.43 63.09 55.92 -
YUV 201.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 173 219 186 0.21 0 0.15 0.14 136.96 0.39 0.77
Hex AD DB BA 15 0 F E 89 27 4D
Octal 255 333 272 25 0 17 16 211 47 115
Binary 10101101 11011011 10111010 10101 0 1111 1110 10001001 100111 1001101

Color Harmonies of #ADDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBBA

Black with #ADDBBA

Text Example


Text Example

White with #ADDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBBA; }

 p { color: rgb(173,219,186); }

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

background-color css

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

 a { background-color: rgb(173,219,186); }

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

border-color css

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

 span { border-color: rgb(173,219,186); }

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