Html Css Color HEX #5CDAB9 Downy

📋 copy color: '#5CDAB9'

red 92 ◦ green 218 ◦ blue 185

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

Shades of Downy #5CDAB9

Tints of Downy #5CDAB9

RGB

 RED value IS 92 (36.33% from 255) = 18.59%

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

 BLUE value IS 185 (72.66% from 255) = 37.37%

R = 18.59%
G = 44.04%
B = 37.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#5CDAB9 (or 0x5CDAB9) is known color: Downy. HEX triplet: 5C, DA and B9. RGB value is (92,218,185). Sum of RGB (Red+Green+Blue) = 92+218+185=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDAB9 is #A32546. Grayscale: #B0B0B0. Windows color (decimal): -10691911 or 12180060. OLE color: 12180060.

HSL color Cylindrical-coordinate representation of color #5CDAB9: hue angle of 164.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CDAB9 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 218 185 -
CMYK 0.58 0 0.15 0.15
HSL 164.29º 0.63% 0.61% -
HSV(B) 164.29º 0.58% 0.85% -
XYZ 38.24 55.92 54.68 -
YUV 176.56 132.76 67.68 -
System Red Green Blue C M Y K H S L
Decimal 92 218 185 0.58 0 0.15 0.15 164.29 0.63 0.61
Hex 5C DA B9 3A 0 F F A4 3F 3D
Octal 134 332 271 72 0 17 17 244 77 75
Binary 1011100 11011010 10111001 111010 0 1111 1111 10100100 111111 111101

Color Harmonies of #5CDAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDAB9

Black with #5CDAB9

Text Example


Text Example

White with #5CDAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,218,185); }

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

background-color css

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

 a { background-color: rgb(92,218,185); }

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

border-color css

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

 span { border-color: rgb(92,218,185); }

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