#74CCBE

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

Shades of Downy #74CCBE

Tints of Downy #74CCBE

Color information

#74CCBE (or 0x74CCBE) is unknown color: approx Downy. HEX triplet: 74, CC and BE. RGB value is (116,204,190). Sum of RGB (Red+Green+Blue) = 116+204+190=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCBE is #8B3341. Grayscale: #B0B0B0. Windows color (decimal): -9122626 or 12504180. OLE color: 12504180.

HSL color Cylindrical-coordinate representation of color #74CCBE: hue angle of 170.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCBE is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB116204190-
CMYK0.4300.070.2
HSL170.45º46.32%62.75%-
HSV(B)170.45º43.14%80%-
XYZ38.0950.6256.48-
YUV176.09135.8585.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.75%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=22.75%
G=40%
B=37.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041900.4300.070.2170.4546.3262.75
Hex74CCBE2B0714aa2e3f
Octal1643142765307242525677
Binary1110100110011001011111010101101111010010101010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,190); }

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

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

 a { background-color: rgb(116,204,190); }

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

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

 span { border-color: rgb(116,204,190); }

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