Html Css Color HEX #74DDCD Downy

📋 copy color: '#74DDCD'

red 116 ◦ green 221 ◦ blue 205

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

Shades of Downy #74DDCD

Tints of Downy #74DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 21.4%
G = 40.77%
B = 37.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#74DDCD (or 0x74DDCD) is known color: Downy. HEX triplet: 74, DD and CD. RGB value is (116,221,205). Sum of RGB (Red+Green+Blue) = 116+221+205=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDCD is #8B2232. Grayscale: #BBBBBB. Windows color (decimal): -9118259 or 13491572. OLE color: 13491572.

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

Color convert

RGB 116 221 205 -
CMYK 0.48 0 0.07 0.13
HSL 170.86º 0.61% 0.66% -
HSV(B) 170.86º 0.48% 0.87% -
XYZ 44.08 59.83 66.98 -
YUV 187.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 116 221 205 0.48 0 0.07 0.13 170.86 0.61 0.66
Hex 74 DD CD 30 0 7 D AB 3D 42
Octal 164 335 315 60 0 7 15 253 75 102
Binary 1110100 11011101 11001101 110000 0 111 1101 10101011 111101 1000010

Color Harmonies of #74DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDCD

Black with #74DDCD

Text Example


Text Example

White with #74DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,205); }

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

background-color css

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

 a { background-color: rgb(116,221,205); }

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

border-color css

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

 span { border-color: rgb(116,221,205); }

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