Html Css Color HEX #74DED1 Downy

📋 copy color: '#74DED1'

red 116 ◦ green 222 ◦ blue 209

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

Shades of Downy #74DED1

Tints of Downy #74DED1

RGB

 RED value IS 116 (45.7% from 255) = 21.21%

 GREEN value IS 222 (87.11% from 255) = 40.59%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 21.21%
G = 40.59%
B = 38.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#74DED1 (or 0x74DED1) is known color: Downy. HEX triplet: 74, DE and D1. RGB value is (116,222,209). Sum of RGB (Red+Green+Blue) = 116+222+209=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #74DED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DED1 is #8B212E. Grayscale: #BCBCBC. Windows color (decimal): -9117999 or 13753972. OLE color: 13753972.

HSL color Cylindrical-coordinate representation of color #74DED1: hue angle of 172.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DED1 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 222 209 -
CMYK 0.48 0 0.06 0.13
HSL 172.64º 0.62% 0.66% -
HSV(B) 172.64º 0.48% 0.87% -
XYZ 44.83 60.56 69.65 -
YUV 188.82 139.38 76.06 -
System Red Green Blue C M Y K H S L
Decimal 116 222 209 0.48 0 0.06 0.13 172.64 0.62 0.66
Hex 74 DE D1 30 0 6 D AD 3E 42
Octal 164 336 321 60 0 6 15 255 76 102
Binary 1110100 11011110 11010001 110000 0 110 1101 10101101 111110 1000010

Color Harmonies of #74DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DED1

Black with #74DED1

Text Example


Text Example

White with #74DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DED1; }

 p { color: rgb(116,222,209); }

 H1.HeaderClassName
 {
   color: #74DED1;
 }
 .AnyTagClassName
 {
   color: #74DED1;
 }
</style>

background-color css

<style>
 a { background-color: #74DED1; }

 a { background-color: rgb(116,222,209); }

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

border-color css

<style>
 span { border-color: #74DED1; }

 span { border-color: rgb(116,222,209); }

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