#74D5BB

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

Shades of Downy #74D5BB

Tints of Downy #74D5BB

Color information

#74D5BB (or 0x74D5BB) is unknown color: approx Downy. HEX triplet: 74, D5 and BB. RGB value is (116,213,187). Sum of RGB (Red+Green+Blue) = 116+213+187=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #74D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D5BB is #8B2A44. Grayscale: #B5B5B5. Windows color (decimal): -9120325 or 12309876. OLE color: 12309876.

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

Color convert

RGB116213187-
CMYK0.4600.120.16
HSL163.92º53.59%64.51%-
HSV(B)163.92º45.54%83.53%-
XYZ39.9754.8955.5-
YUV181.03131.3681.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.48%
GREEN value IS 213 (83.59% from 255) = 41.28%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=22.48%
G=41.28%
B=36.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162131870.4600.120.16163.9253.5964.51
Hex74D5BB2E0C10a43641
Octal164325273560142024466101
Binary111010011010101101110111011100110010000101001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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