#74D8B5

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

Shades of Downy #74D8B5

Tints of Downy #74D8B5

Color information

#74D8B5 (or 0x74D8B5) is unknown color: approx Downy. HEX triplet: 74, D8 and B5. RGB value is (116,216,181). Sum of RGB (Red+Green+Blue) = 116+216+181=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #74D8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D8B5 is #8B274A. Grayscale: #B6B6B6. Windows color (decimal): -9119563 or 11917428. OLE color: 11917428.

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

Color convert

RGB116216181-
CMYK0.4600.160.15
HSL159º56.18%65.1%-
HSV(B)159º46.3%84.71%-
XYZ40.156.1652.44-
YUV182.11127.3780.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.61%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=22.61%
G=42.11%
B=35.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162161810.4600.160.1515956.1865.1
Hex74D8B52E010F9f3841
Octal164330265560201723770101
Binary111010011011000101101011011100100001111100111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,216,181); }

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

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

 a { background-color: rgb(116,216,181); }

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

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

 span { border-color: rgb(116,216,181); }

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