Html Css Color HEX #74DFCD Downy

📋 copy color: '#74DFCD'

red 116 ◦ green 223 ◦ blue 205

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

Shades of Downy #74DFCD

Tints of Downy #74DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.99%

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

R = 21.32%
G = 40.99%
B = 37.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#74DFCD (or 0x74DFCD) is known color: Downy. HEX triplet: 74, DF and CD. RGB value is (116,223,205). Sum of RGB (Red+Green+Blue) = 116+223+205=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFCD is #8B2032. Grayscale: #BCBCBC. Windows color (decimal): -9117747 or 13492084. OLE color: 13492084.

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

Color convert

RGB 116 223 205 -
CMYK 0.48 0 0.08 0.13
HSL 169.91º 0.63% 0.66% -
HSV(B) 169.91º 0.48% 0.87% -
XYZ 44.61 60.9 67.16 -
YUV 188.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 116 223 205 0.48 0 0.08 0.13 169.91 0.63 0.66
Hex 74 DF CD 30 0 8 D AA 3F 42
Octal 164 337 315 60 0 10 15 252 77 102
Binary 1110100 11011111 11001101 110000 0 1000 1101 10101010 111111 1000010

Color Harmonies of #74DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFCD

Black with #74DFCD

Text Example


Text Example

White with #74DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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