Html Css Color HEX #5ADFBE Downy

📋 copy color: '#5ADFBE'

red 90 ◦ green 223 ◦ blue 190

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

Shades of Downy #5ADFBE

Tints of Downy #5ADFBE

RGB

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

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

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

R = 17.89%
G = 44.33%
B = 37.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#5ADFBE (or 0x5ADFBE) is known color: Downy. HEX triplet: 5A, DF and BE. RGB value is (90,223,190). Sum of RGB (Red+Green+Blue) = 90+223+190=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFBE is #A52041. Grayscale: #B3B3B3. Windows color (decimal): -10821698 or 12509018. OLE color: 12509018.

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

Color convert

RGB 90 223 190 -
CMYK 0.60 0 0.15 0.13
HSL 165.11º 0.68% 0.61% -
HSV(B) 165.11º 0.6% 0.87% -
XYZ 39.9 58.67 57.94 -
YUV 179.47 133.94 64.18 -
System Red Green Blue C M Y K H S L
Decimal 90 223 190 0.60 0 0.15 0.13 165.11 0.68 0.61
Hex 5A DF BE 3C 0 F D A5 44 3D
Octal 132 337 276 74 0 17 15 245 104 75
Binary 1011010 11011111 10111110 111100 0 1111 1101 10100101 1000100 111101

Color Harmonies of #5ADFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFBE

Black with #5ADFBE

Text Example


Text Example

White with #5ADFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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