Html Css Color HEX #74DED2 Downy

📋 copy color: '#74DED2'

red 116 ◦ green 222 ◦ blue 210

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

Shades of Downy #74DED2

Tints of Downy #74DED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.32%

R = 21.17%
G = 40.51%
B = 38.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#74DED2 (or 0x74DED2) is known color: Downy. HEX triplet: 74, DE and D2. RGB value is (116,222,210). Sum of RGB (Red+Green+Blue) = 116+222+210=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #74DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DED2 is #8B212D. Grayscale: #BCBCBC. Windows color (decimal): -9117998 or 13819508. OLE color: 13819508.

HSL color Cylindrical-coordinate representation of color #74DED2: hue angle of 173.21º 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 #74DED2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 222 210 -
CMYK 0.48 0 0.05 0.13
HSL 173.21º 0.62% 0.66% -
HSV(B) 173.21º 0.48% 0.87% -
XYZ 44.96 60.61 70.3 -
YUV 188.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 116 222 210 0.48 0 0.05 0.13 173.21 0.62 0.66
Hex 74 DE D2 30 0 5 D AD 3E 42
Octal 164 336 322 60 0 5 15 255 76 102
Binary 1110100 11011110 11010010 110000 0 101 1101 10101101 111110 1000010

Color Harmonies of #74DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DED2

Black with #74DED2

Text Example


Text Example

White with #74DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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