Html Css Color HEX #5DECCA Downy

📋 copy color: '#5DECCA'

red 93 ◦ green 236 ◦ blue 202

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

Shades of Downy #5DECCA

Tints of Downy #5DECCA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 17.51%
G = 44.44%
B = 38.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#5DECCA (or 0x5DECCA) is known color: Downy. HEX triplet: 5D, EC and CA. RGB value is (93,236,202). Sum of RGB (Red+Green+Blue) = 93+236+202=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECCA is #A21335. Grayscale: #BDBDBD. Windows color (decimal): -10621750 or 13298781. OLE color: 13298781.

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

Color convert

RGB 93 236 202 -
CMYK 0.61 0 0.14 0.07
HSL 165.73º 0.79% 0.65% -
HSV(B) 165.73º 0.61% 0.93% -
XYZ 45.17 66.58 66.35 -
YUV 189.37 135.12 59.26 -
System Red Green Blue C M Y K H S L
Decimal 93 236 202 0.61 0 0.14 0.07 165.73 0.79 0.65
Hex 5D EC CA 3D 0 E 7 A6 4F 41
Octal 135 354 312 75 0 16 7 246 117 101
Binary 1011101 11101100 11001010 111101 0 1110 111 10100110 1001111 1000001

Color Harmonies of #5DECCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DECCA

Black with #5DECCA

Text Example


Text Example

White with #5DECCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,236,202); }

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

background-color css

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

 a { background-color: rgb(93,236,202); }

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

border-color css

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

 span { border-color: rgb(93,236,202); }

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