Html Css Color HEX #74D3C0 Downy

📋 copy color: '#74D3C0'

red 116 ◦ green 211 ◦ blue 192

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

Shades of Downy #74D3C0

Tints of Downy #74D3C0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.66%

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

R = 22.35%
G = 40.66%
B = 36.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#74D3C0 (or 0x74D3C0) is known color: Downy. HEX triplet: 74, D3 and C0. RGB value is (116,211,192). Sum of RGB (Red+Green+Blue) = 116+211+192=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3C0 is #8B2C3F. Grayscale: #B4B4B4. Windows color (decimal): -9120832 or 12637044. OLE color: 12637044.

HSL color Cylindrical-coordinate representation of color #74D3C0: hue angle of 168º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74D3C0 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 116 211 192 -
CMYK 0.45 0 0.09 0.17
HSL 168º 0.52% 0.64% -
HSV(B) 168º 0.45% 0.83% -
XYZ 40.01 54.11 58.2 -
YUV 180.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 116 211 192 0.45 0 0.09 0.17 168 0.52 0.64
Hex 74 D3 C0 2D 0 9 11 A8 34 40
Octal 164 323 300 55 0 11 21 250 64 100
Binary 1110100 11010011 11000000 101101 0 1001 10001 10101000 110100 1000000

Color Harmonies of #74D3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D3C0

Black with #74D3C0

Text Example


Text Example

White with #74D3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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