Html Css Color HEX #74D2C0 Downy

📋 copy color: '#74D2C0'

red 116 ◦ green 210 ◦ blue 192

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

Shades of Downy #74D2C0

Tints of Downy #74D2C0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

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

R = 22.39%
G = 40.54%
B = 37.07%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#74D2C0 (or 0x74D2C0) is known color: Downy. HEX triplet: 74, D2 and C0. RGB value is (116,210,192). Sum of RGB (Red+Green+Blue) = 116+210+192=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #74D2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D2C0 is #8B2D3F. Grayscale: #B3B3B3. Windows color (decimal): -9121088 or 12636788. OLE color: 12636788.

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

Color convert

RGB 116 210 192 -
CMYK 0.45 0 0.09 0.18
HSL 168.51º 0.51% 0.64% -
HSV(B) 168.51º 0.45% 0.82% -
XYZ 39.76 53.61 58.12 -
YUV 179.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 116 210 192 0.45 0 0.09 0.18 168.51 0.51 0.64
Hex 74 D2 C0 2D 0 9 12 A9 33 40
Octal 164 322 300 55 0 11 22 251 63 100
Binary 1110100 11010010 11000000 101101 0 1001 10010 10101001 110011 1000000

Color Harmonies of #74D2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D2C0

Black with #74D2C0

Text Example


Text Example

White with #74D2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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