Html Css Color HEX #5DEAC4 Downy

📋 copy color: '#5DEAC4'

red 93 ◦ green 234 ◦ blue 196

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

Shades of Downy #5DEAC4

Tints of Downy #5DEAC4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.74%

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 17.78%
G = 44.74%
B = 37.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#5DEAC4 (or 0x5DEAC4) is known color: Downy. HEX triplet: 5D, EA and C4. RGB value is (93,234,196). Sum of RGB (Red+Green+Blue) = 93+234+196=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEAC4 is #A2153B. Grayscale: #BBBBBB. Windows color (decimal): -10622268 or 12905053. OLE color: 12905053.

HSL color Cylindrical-coordinate representation of color #5DEAC4: hue angle of 163.83º degrees, saturation: 0.77, 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 #5DEAC4 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 234 196 -
CMYK 0.60 0 0.16 0.08
HSL 163.83º 0.77% 0.64% -
HSV(B) 163.83º 0.6% 0.92% -
XYZ 43.9 65.16 62.49 -
YUV 187.51 132.79 60.59 -
System Red Green Blue C M Y K H S L
Decimal 93 234 196 0.60 0 0.16 0.08 163.83 0.77 0.64
Hex 5D EA C4 3C 0 10 8 A4 4D 40
Octal 135 352 304 74 0 20 10 244 115 100
Binary 1011101 11101010 11000100 111100 0 10000 1000 10100100 1001101 1000000

Color Harmonies of #5DEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DEAC4

Black with #5DEAC4

Text Example


Text Example

White with #5DEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,234,196); }

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

background-color css

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

 a { background-color: rgb(93,234,196); }

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

border-color css

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

 span { border-color: rgb(93,234,196); }

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