#74D7CF

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

Shades of Downy #74D7CF

Tints of Downy #74D7CF

Color information

#74D7CF (or 0x74D7CF) is unknown color: approx Downy. HEX triplet: 74, D7 and CF. RGB value is (116,215,207). Sum of RGB (Red+Green+Blue) = 116+215+207=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #74D7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D7CF is #8B2830. Grayscale: #B8B8B8. Windows color (decimal): -9119793 or 13621108. OLE color: 13621108.

HSL color Cylindrical-coordinate representation of color #74D7CF: hue angle of 175.15º degrees, saturation: 0.55, 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 #74D7CF is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB116215207-
CMYK0.4600.040.16
HSL175.15º55.31%64.9%-
HSV(B)175.15º46.05%84.31%-
XYZ42.7756.8267.74-
YUV184.49140.779.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.56%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=21.56%
G=39.96%
B=38.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162152070.4600.040.16175.1555.3164.9
Hex74D7CF2E0410af3741
Octal16432731756042025767101
Binary11101001101011111001111101110010010000101011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,207); }

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

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

 a { background-color: rgb(116,215,207); }

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

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

 span { border-color: rgb(116,215,207); }

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