Html Css Color HEX #5DEBBC Downy

📋 copy color: '#5DEBBC'

red 93 ◦ green 235 ◦ blue 188

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

Shades of Downy #5DEBBC

Tints of Downy #5DEBBC

RGB

 RED value IS 93 (36.72% from 255) = 18.02%

 GREEN value IS 235 (92.19% from 255) = 45.54%

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 18.02%
G = 45.54%
B = 36.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#5DEBBC (or 0x5DEBBC) is known color: Downy. HEX triplet: 5D, EB and BC. RGB value is (93,235,188). Sum of RGB (Red+Green+Blue) = 93+235+188=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #5DEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEBBC is #A21443. Grayscale: #BBBBBB. Windows color (decimal): -10622020 or 12381021. OLE color: 12381021.

HSL color Cylindrical-coordinate representation of color #5DEBBC: hue angle of 160.14º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEBBC is Cyan = 0.60, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 235 188 -
CMYK 0.60 0 0.2 0.08
HSL 160.14º 0.78% 0.64% -
HSV(B) 160.14º 0.6% 0.92% -
XYZ 43.3 65.37 57.91 -
YUV 187.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 93 235 188 0.60 0 0.2 0.08 160.14 0.78 0.64
Hex 5D EB BC 3C 0 14 8 A0 4E 40
Octal 135 353 274 74 0 24 10 240 116 100
Binary 1011101 11101011 10111100 111100 0 10100 1000 10100000 1001110 1000000

Color Harmonies of #5DEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEBBC

Black with #5DEBBC

Text Example


Text Example

White with #5DEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,235,188); }

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

background-color css

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

 a { background-color: rgb(93,235,188); }

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

border-color css

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

 span { border-color: rgb(93,235,188); }

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