Html Css Color HEX #74DCC6 Downy

📋 copy color: '#74DCC6'

red 116 ◦ green 220 ◦ blue 198

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

Shades of Downy #74DCC6

Tints of Downy #74DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 21.72%
G = 41.2%
B = 37.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#74DCC6 (or 0x74DCC6) is known color: Downy. HEX triplet: 74, DC and C6. RGB value is (116,220,198). Sum of RGB (Red+Green+Blue) = 116+220+198=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCC6 is #8B2339. Grayscale: #BABABA. Windows color (decimal): -9118522 or 13032564. OLE color: 13032564.

HSL color Cylindrical-coordinate representation of color #74DCC6: hue angle of 167.31º 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 #74DCC6 is Cyan = 0.47, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 198 -
CMYK 0.47 0 0.1 0.14
HSL 167.31º 0.6% 0.66% -
HSV(B) 167.31º 0.47% 0.86% -
XYZ 42.99 58.98 62.54 -
YUV 186.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 116 220 198 0.47 0 0.1 0.14 167.31 0.6 0.66
Hex 74 DC C6 2F 0 A E A7 3C 42
Octal 164 334 306 57 0 12 16 247 74 102
Binary 1110100 11011100 11000110 101111 0 1010 1110 10100111 111100 1000010

Color Harmonies of #74DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCC6

Black with #74DCC6

Text Example


Text Example

White with #74DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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