#74C9CA

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

Shades of Downy #74C9CA

Tints of Downy #74C9CA

Color information

#74C9CA (or 0x74C9CA) is unknown color: approx Downy. HEX triplet: 74, C9 and CA. RGB value is (116,201,202). Sum of RGB (Red+Green+Blue) = 116+201+202=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #74C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C9CA is #8B3635. Grayscale: #AFAFAF. Windows color (decimal): -9123382 or 13289844. OLE color: 13289844.

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

Color convert

RGB116201202-
CMYK0.430.0000.21
HSL180.7º44.79%62.35%-
HSV(B)180.7º42.57%79.22%-
XYZ38.7549.7563.44-
YUV175.7142.8485.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=22.35%
G=38.73%
B=38.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162012020.430.0000.21180.744.7962.35
Hex74C9CA2B0015b52d3e
Octal1643113125300252655576
Binary11101001100100111001010101011001010110110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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