Html Css Color HEX #5DDFCC Downy

📋 copy color: '#5DDFCC'

red 93 ◦ green 223 ◦ blue 204

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

Shades of Downy #5DDFCC

Tints of Downy #5DDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.88%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 17.88%
G = 42.88%
B = 39.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#5DDFCC (or 0x5DDFCC) is known color: Downy. HEX triplet: 5D, DF and CC. RGB value is (93,223,204). Sum of RGB (Red+Green+Blue) = 93+223+204=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDFCC is #A22033. Grayscale: #B5B5B5. Windows color (decimal): -10625076 or 13426525. OLE color: 13426525.

HSL color Cylindrical-coordinate representation of color #5DDFCC: hue angle of 171.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDFCC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 223 204 -
CMYK 0.58 0 0.09 0.13
HSL 171.23º 0.67% 0.62% -
HSV(B) 171.23º 0.58% 0.87% -
XYZ 41.8 59.46 66.4 -
YUV 181.96 140.43 64.54 -
System Red Green Blue C M Y K H S L
Decimal 93 223 204 0.58 0 0.09 0.13 171.23 0.67 0.62
Hex 5D DF CC 3A 0 9 D AB 43 3E
Octal 135 337 314 72 0 11 15 253 103 76
Binary 1011101 11011111 11001100 111010 0 1001 1101 10101011 1000011 111110

Color Harmonies of #5DDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDFCC

Black with #5DDFCC

Text Example


Text Example

White with #5DDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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