#74D6CD

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

Shades of Downy #74D6CD

Tints of Downy #74D6CD

Color information

#74D6CD (or 0x74D6CD) is unknown color: approx Downy. HEX triplet: 74, D6 and CD. RGB value is (116,214,205). Sum of RGB (Red+Green+Blue) = 116+214+205=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6CD is #8B2932. Grayscale: #B7B7B7. Windows color (decimal): -9120051 or 13489780. OLE color: 13489780.

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

Color convert

RGB116214205-
CMYK0.4600.040.16
HSL174.49º54.44%64.71%-
HSV(B)174.49º45.79%83.92%-
XYZ42.2756.2166.38-
YUV183.67140.0379.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=21.68%
G=40%
B=38.32%

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
Decimal1162142050.4600.040.16174.4954.4464.71
Hex74D6CD2E0410ae3641
Octal16432631556042025666101
Binary11101001101011011001101101110010010000101011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,205); }

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

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

 a { background-color: rgb(116,214,205); }

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

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

 span { border-color: rgb(116,214,205); }

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