Html Css Color HEX #5ADFBB Downy

📋 copy color: '#5ADFBB'

red 90 ◦ green 223 ◦ blue 187

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

Shades of Downy #5ADFBB

Tints of Downy #5ADFBB

RGB

 RED value IS 90 (35.55% from 255) = 18%

 GREEN value IS 223 (87.5% from 255) = 44.6%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 18%
G = 44.6%
B = 37.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#5ADFBB (or 0x5ADFBB) is known color: Downy. HEX triplet: 5A, DF and BB. RGB value is (90,223,187). Sum of RGB (Red+Green+Blue) = 90+223+187=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFBB is #A52044. Grayscale: #B3B3B3. Windows color (decimal): -10821701 or 12312410. OLE color: 12312410.

HSL color Cylindrical-coordinate representation of color #5ADFBB: hue angle of 163.76º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFBB is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 187 -
CMYK 0.60 0 0.16 0.13
HSL 163.76º 0.68% 0.61% -
HSV(B) 163.76º 0.6% 0.87% -
XYZ 39.57 58.54 56.23 -
YUV 179.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 90 223 187 0.60 0 0.16 0.13 163.76 0.68 0.61
Hex 5A DF BB 3C 0 10 D A4 44 3D
Octal 132 337 273 74 0 20 15 244 104 75
Binary 1011010 11011111 10111011 111100 0 10000 1101 10100100 1000100 111101

Color Harmonies of #5ADFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFBB

Black with #5ADFBB

Text Example


Text Example

White with #5ADFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ADFBB; }

 p { color: rgb(90,223,187); }

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

background-color css

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

 a { background-color: rgb(90,223,187); }

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

border-color css

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

 span { border-color: rgb(90,223,187); }

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