#74D5C8

Color #74D5C8 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #74D5C8

Tints of Downy #74D5C8

Color information

#74D5C8 (or 0x74D5C8) is unknown color: approx Downy. HEX triplet: 74, D5 and C8. RGB value is (116,213,200). Sum of RGB (Red+Green+Blue) = 116+213+200=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D5C8 is #8B2A37. Grayscale: #B6B6B6. Windows color (decimal): -9120312 or 13161844. OLE color: 13161844.

HSL color Cylindrical-coordinate representation of color #74D5C8: hue angle of 171.96º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D5C8 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB116213200-
CMYK0.4600.060.16
HSL171.96º53.59%64.51%-
HSV(B)171.96º45.54%83.53%-
XYZ41.4255.4763.17-
YUV182.52137.8680.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.93%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=21.93%
G=40.26%
B=37.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162132000.4600.060.16171.9653.5964.51
Hex74D5C82E0610ac3641
Octal16432531056062025466101
Binary11101001101010111001000101110011010000101011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,213,200); }

 H1.HeaderClassName
 {
   color: #74D5C8;
 }
 .AnyTagClassName
 {
   color: #74D5C8;
 }
</style>
background-color css

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

 a { background-color: rgb(116,213,200); }

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

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

 span { border-color: rgb(116,213,200); }

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