Html Css Color HEX #5EDACA Downy

📋 copy color: '#5EDACA'

red 94 ◦ green 218 ◦ blue 202

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

Shades of Downy #5EDACA

Tints of Downy #5EDACA

RGB

 RED value IS 94 (37.11% from 255) = 18.29%

 GREEN value IS 218 (85.55% from 255) = 42.41%

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

R = 18.29%
G = 42.41%
B = 39.3%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#5EDACA (or 0x5EDACA) is known color: Downy. HEX triplet: 5E, DA and CA. RGB value is (94,218,202). Sum of RGB (Red+Green+Blue) = 94+218+202=514 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.29% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDACA is #A12535. Grayscale: #B3B3B3. Windows color (decimal): -10560822 or 13294174. OLE color: 13294174.

HSL color Cylindrical-coordinate representation of color #5EDACA: hue angle of 172.26º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDACA is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 218 202 -
CMYK 0.57 0 0.07 0.15
HSL 172.26º 0.63% 0.61% -
HSV(B) 172.26º 0.57% 0.85% -
XYZ 40.35 56.79 64.71 -
YUV 179.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 94 218 202 0.57 0 0.07 0.15 172.26 0.63 0.61
Hex 5E DA CA 39 0 7 F AC 3F 3D
Octal 136 332 312 71 0 7 17 254 77 75
Binary 1011110 11011010 11001010 111001 0 111 1111 10101100 111111 111101

Color Harmonies of #5EDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDACA

Black with #5EDACA

Text Example


Text Example

White with #5EDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,218,202); }

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

background-color css

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

 a { background-color: rgb(94,218,202); }

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

border-color css

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

 span { border-color: rgb(94,218,202); }

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