#5DCCBB

Color #5DCCBB Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5DCCBB

Tints of Downy #5DCCBB

Color information

#5DCCBB (or 0x5DCCBB) is unknown color: approx Downy. HEX triplet: 5D, CC and BB. RGB value is (93,204,187). Sum of RGB (Red+Green+Blue) = 93+204+187=484 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.21% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCCBB is #A23344. Grayscale: #A8A8A8. Windows color (decimal): -10629957 or 12307549. OLE color: 12307549.

HSL color Cylindrical-coordinate representation of color #5DCCBB: hue angle of 170.81º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCCBB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB93204187-
CMYK0.5400.080.2
HSL170.81º52.11%58.24%-
HSV(B)170.81º54.41%80%-
XYZ35.0849.154.64-
YUV168.87138.2373.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.21%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=19.21%
G=42.15%
B=38.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal932041870.5400.080.2170.8152.1158.24
Hex5DCCBB360814ab343a
Octal13531427366010242536472
Binary10111011100110010111011110110010001010010101011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,204,187); }

 H1.HeaderClassName
 {
   color: #5DCCBB;
 }
 .AnyTagClassName
 {
   color: #5DCCBB;
 }
</style>
background-color css

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

 a { background-color: rgb(93,204,187); }

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

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

 span { border-color: rgb(93,204,187); }

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