#74CABC

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

Shades of Downy #74CABC

Tints of Downy #74CABC

Color information

#74CABC (or 0x74CABC) is unknown color: approx Downy. HEX triplet: 74, CA and BC. RGB value is (116,202,188). Sum of RGB (Red+Green+Blue) = 116+202+188=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #74CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CABC is #8B3543. Grayscale: #AEAEAE. Windows color (decimal): -9123140 or 12372596. OLE color: 12372596.

HSL color Cylindrical-coordinate representation of color #74CABC: hue angle of 170.23º 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 #74CABC is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB116202188-
CMYK0.4300.070.21
HSL170.23º44.79%62.35%-
HSV(B)170.23º42.57%79.22%-
XYZ37.449.5855.18-
YUV174.69135.5186.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=22.92%
G=39.92%
B=37.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021880.4300.070.21170.2344.7962.35
Hex74CABC2B0715aa2d3e
Octal1643122745307252525576
Binary1110100110010101011110010101101111010110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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