Html Css Color HEX #74DCB6 Downy

📋 copy color: '#74DCB6'

red 116 ◦ green 220 ◦ blue 182

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

Shades of Downy #74DCB6

Tints of Downy #74DCB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 22.39%
G = 42.47%
B = 35.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#74DCB6 (or 0x74DCB6) is known color: Downy. HEX triplet: 74, DC and B6. RGB value is (116,220,182). Sum of RGB (Red+Green+Blue) = 116+220+182=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCB6 is #8B2349. Grayscale: #B8B8B8. Windows color (decimal): -9118538 or 11983988. OLE color: 11983988.

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

Color convert

RGB 116 220 182 -
CMYK 0.47 0 0.17 0.14
HSL 158.08º 0.6% 0.66% -
HSV(B) 158.08º 0.47% 0.86% -
XYZ 41.24 58.28 53.33 -
YUV 184.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 116 220 182 0.47 0 0.17 0.14 158.08 0.6 0.66
Hex 74 DC B6 2F 0 11 E 9E 3C 42
Octal 164 334 266 57 0 21 16 236 74 102
Binary 1110100 11011100 10110110 101111 0 10001 1110 10011110 111100 1000010

Color Harmonies of #74DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DCB6

Black with #74DCB6

Text Example


Text Example

White with #74DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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