Html Css Color HEX #74DDC1 Downy

📋 copy color: '#74DDC1'

red 116 ◦ green 221 ◦ blue 193

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

Shades of Downy #74DDC1

Tints of Downy #74DDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 21.89%
G = 41.7%
B = 36.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#74DDC1 (or 0x74DDC1) is known color: Downy. HEX triplet: 74, DD and C1. RGB value is (116,221,193). Sum of RGB (Red+Green+Blue) = 116+221+193=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDC1 is #8B223E. Grayscale: #BABABA. Windows color (decimal): -9118271 or 12705140. OLE color: 12705140.

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

Color convert

RGB 116 221 193 -
CMYK 0.48 0 0.13 0.13
HSL 164º 0.61% 0.66% -
HSV(B) 164º 0.48% 0.87% -
XYZ 42.68 59.28 59.64 -
YUV 186.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 116 221 193 0.48 0 0.13 0.13 164 0.61 0.66
Hex 74 DD C1 30 0 D D A4 3D 42
Octal 164 335 301 60 0 15 15 244 75 102
Binary 1110100 11011101 11000001 110000 0 1101 1101 10100100 111101 1000010

Color Harmonies of #74DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDC1

Black with #74DDC1

Text Example


Text Example

White with #74DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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