#74D3CF

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

Shades of Downy #74D3CF

Tints of Downy #74D3CF

Color information

#74D3CF (or 0x74D3CF) is unknown color: approx Downy. HEX triplet: 74, D3 and CF. RGB value is (116,211,207). Sum of RGB (Red+Green+Blue) = 116+211+207=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 211 - color contains mainly: green. Hex color #74D3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3CF is #8B2C30. Grayscale: #B6B6B6. Windows color (decimal): -9120817 or 13620084. OLE color: 13620084.

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

Color convert

RGB116211207-
CMYK0.4500.020.17
HSL177.47º51.91%64.12%-
HSV(B)177.47º45.02%82.75%-
XYZ41.7654.8167.41-
YUV182.14142.0380.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 211 (82.81% from 255) = 39.51%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=21.72%
G=39.51%
B=38.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1162112070.4500.020.17177.4751.9164.12
Hex74D3CF2D0211b13440
Octal16432331755022126164100
Binary1110100110100111100111110110101010001101100011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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