Html Css Color HEX #ADDABE Fringy Flower

📋 copy color: '#ADDABE'

red 173 ◦ green 218 ◦ blue 190

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

Shades of Fringy Flower #ADDABE

Tints of Fringy Flower #ADDABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 29.78%
G = 37.52%
B = 32.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#ADDABE (or 0xADDABE) is known color: Fringy Flower. HEX triplet: AD, DA and BE. RGB value is (173,218,190). Sum of RGB (Red+Green+Blue) = 173+218+190=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDABE is #522541. Grayscale: #C9C9C9. Windows color (decimal): -5383490 or 12507821. OLE color: 12507821.

HSL color Cylindrical-coordinate representation of color #ADDABE: hue angle of 142.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 #ADDABE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 190 -
CMYK 0.21 0 0.13 0.15
HSL 142.67º 0.38% 0.77% -
HSV(B) 142.67º 0.21% 0.85% -
XYZ 51.6 62.74 58.11 -
YUV 201.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 173 218 190 0.21 0 0.13 0.15 142.67 0.38 0.77
Hex AD DA BE 15 0 D F 8F 26 4D
Octal 255 332 276 25 0 15 17 217 46 115
Binary 10101101 11011010 10111110 10101 0 1101 1111 10001111 100110 1001101

Color Harmonies of #ADDABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDABE

Black with #ADDABE

Text Example


Text Example

White with #ADDABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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