#74CABE

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

Shades of Downy #74CABE

Tints of Downy #74CABE

Color information

#74CABE (or 0x74CABE) is unknown color: approx Downy. HEX triplet: 74, CA and BE. RGB value is (116,202,190). Sum of RGB (Red+Green+Blue) = 116+202+190=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #74CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CABE is #8B3541. Grayscale: #AEAEAE. Windows color (decimal): -9123138 or 12503668. OLE color: 12503668.

HSL color Cylindrical-coordinate representation of color #74CABE: hue angle of 171.63º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CABE is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB116202190-
CMYK0.4300.060.21
HSL171.63º44.79%62.35%-
HSV(B)171.63º42.57%79.22%-
XYZ37.6249.6756.32-
YUV174.92136.5185.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.83%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=22.83%
G=39.76%
B=37.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021900.4300.060.21171.6344.7962.35
Hex74CABE2B0615ac2d3e
Octal1643122765306252545576
Binary1110100110010101011111010101101101010110101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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