Html Css Color HEX #5BDCC2 Downy

📋 copy color: '#5BDCC2'

red 91 ◦ green 220 ◦ blue 194

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

Shades of Downy #5BDCC2

Tints of Downy #5BDCC2

RGB

 RED value IS 91 (35.94% from 255) = 18.02%

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 18.02%
G = 43.56%
B = 38.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#5BDCC2 (or 0x5BDCC2) is known color: Downy. HEX triplet: 5B, DC and C2. RGB value is (91,220,194). Sum of RGB (Red+Green+Blue) = 91+220+194=505 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.02% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #5BDCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BDCC2 is #A4233D. Grayscale: #B2B2B2. Windows color (decimal): -10756926 or 12770395. OLE color: 12770395.

HSL color Cylindrical-coordinate representation of color #5BDCC2: hue angle of 167.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BDCC2 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 220 194 -
CMYK 0.59 0 0.12 0.14
HSL 167.91º 0.65% 0.61% -
HSV(B) 167.91º 0.59% 0.86% -
XYZ 39.65 57.31 60.01 -
YUV 178.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 91 220 194 0.59 0 0.12 0.14 167.91 0.65 0.61
Hex 5B DC C2 3B 0 C E A8 41 3D
Octal 133 334 302 73 0 14 16 250 101 75
Binary 1011011 11011100 11000010 111011 0 1100 1110 10101000 1000001 111101

Color Harmonies of #5BDCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDCC2

Black with #5BDCC2

Text Example


Text Example

White with #5BDCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,220,194); }

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

background-color css

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

 a { background-color: rgb(91,220,194); }

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

border-color css

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

 span { border-color: rgb(91,220,194); }

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