#74DBBA

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

Shades of Downy #74DBBA

Tints of Downy #74DBBA

Color information

#74DBBA (or 0x74DBBA) is unknown color: approx Downy. HEX triplet: 74, DB and BA. RGB value is (116,219,186). Sum of RGB (Red+Green+Blue) = 116+219+186=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBBA is #8B2445. Grayscale: #B8B8B8. Windows color (decimal): -9118790 or 12245876. OLE color: 12245876.

HSL color Cylindrical-coordinate representation of color #74DBBA: hue angle of 160.78º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBBA is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB116219186-
CMYK0.4700.150.14
HSL160.78º58.86%65.69%-
HSV(B)160.78º47.03%85.88%-
XYZ41.457.9255.45-
YUV184.44128.8879.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.26%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=22.26%
G=42.03%
B=35.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1162191860.4700.150.14160.7858.8665.69
Hex74DBBA2F0FEa13b42
Octal164333272570171624173102
Binary11101001101101110111010101111011111110101000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,219,186); }

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

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

 a { background-color: rgb(116,219,186); }

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

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

 span { border-color: rgb(116,219,186); }

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