Html Css Color HEX #74DCC0 Downy

📋 copy color: '#74DCC0'

red 116 ◦ green 220 ◦ blue 192

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

Shades of Downy #74DCC0

Tints of Downy #74DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 21.97%
G = 41.67%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#74DCC0 (or 0x74DCC0) is known color: Downy. HEX triplet: 74, DC and C0. RGB value is (116,220,192). Sum of RGB (Red+Green+Blue) = 116+220+192=528 (69% of max value = 765). Red value is 116 (45.70% from 255 or 21.97% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCC0 is #8B233F. Grayscale: #B9B9B9. Windows color (decimal): -9118528 or 12639348. OLE color: 12639348.

HSL color Cylindrical-coordinate representation of color #74DCC0: hue angle of 163.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCC0 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 192 -
CMYK 0.47 0 0.13 0.14
HSL 163.85º 0.6% 0.66% -
HSV(B) 163.85º 0.47% 0.86% -
XYZ 42.31 58.71 58.97 -
YUV 185.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 116 220 192 0.47 0 0.13 0.14 163.85 0.6 0.66
Hex 74 DC C0 2F 0 D E A4 3C 42
Octal 164 334 300 57 0 15 16 244 74 102
Binary 1110100 11011100 11000000 101111 0 1101 1110 10100100 111100 1000010

Color Harmonies of #74DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCC0

Black with #74DCC0

Text Example


Text Example

White with #74DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,220,192); }

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

background-color css

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

 a { background-color: rgb(116,220,192); }

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

border-color css

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

 span { border-color: rgb(116,220,192); }

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