#74CEBD

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

Shades of Downy #74CEBD

Tints of Downy #74CEBD

Color information

#74CEBD (or 0x74CEBD) is unknown color: approx Downy. HEX triplet: 74, CE and BD. RGB value is (116,206,189). Sum of RGB (Red+Green+Blue) = 116+206+189=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #74CEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEBD is #8B3142. Grayscale: #B1B1B1. Windows color (decimal): -9122115 or 12439156. OLE color: 12439156.

HSL color Cylindrical-coordinate representation of color #74CEBD: hue angle of 168.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CEBD is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB116206189-
CMYK0.4400.080.19
HSL168.67º47.87%63.14%-
HSV(B)168.67º43.69%80.78%-
XYZ38.4651.5356.06-
YUV177.15134.6884.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=22.70%
G=40.31%
B=36.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1162061890.4400.080.19168.6747.8763.14
Hex74CEBD2C0813a9303f
Octal16431627554010232516077
Binary11101001100111010111101101100010001001110101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,206,189); }

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

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

 a { background-color: rgb(116,206,189); }

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

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

 span { border-color: rgb(116,206,189); }

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