Html Css Color HEX #5DCFBC Downy

📋 copy color: '#5DCFBC'

red 93 ◦ green 207 ◦ blue 188

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

Shades of Downy #5DCFBC

Tints of Downy #5DCFBC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.42%

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

R = 19.06%
G = 42.42%
B = 38.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#5DCFBC (or 0x5DCFBC) is known color: Downy. HEX triplet: 5D, CF and BC. RGB value is (93,207,188). Sum of RGB (Red+Green+Blue) = 93+207+188=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCFBC is #A23043. Grayscale: #AAAAAA. Windows color (decimal): -10629188 or 12373853. OLE color: 12373853.

HSL color Cylindrical-coordinate representation of color #5DCFBC: hue angle of 170º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFBC is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 207 188 -
CMYK 0.55 0 0.09 0.19
HSL 170º 0.54% 0.59% -
HSV(B) 170º 0.55% 0.81% -
XYZ 35.9 50.58 55.45 -
YUV 170.75 137.73 72.54 -
System Red Green Blue C M Y K H S L
Decimal 93 207 188 0.55 0 0.09 0.19 170 0.54 0.59
Hex 5D CF BC 37 0 9 13 AA 36 3B
Octal 135 317 274 67 0 11 23 252 66 73
Binary 1011101 11001111 10111100 110111 0 1001 10011 10101010 110110 111011

Color Harmonies of #5DCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFBC

Black with #5DCFBC

Text Example


Text Example

White with #5DCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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