#74CCBA

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

Shades of Downy #74CCBA

Tints of Downy #74CCBA

Color information

#74CCBA (or 0x74CCBA) is unknown color: approx Downy. HEX triplet: 74, CC and BA. RGB value is (116,204,186). Sum of RGB (Red+Green+Blue) = 116+204+186=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCBA is #8B3345. Grayscale: #AFAFAF. Windows color (decimal): -9122630 or 12242036. OLE color: 12242036.

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

Color convert

RGB116204186-
CMYK0.4300.090.2
HSL167.73º46.32%62.75%-
HSV(B)167.73º43.14%80%-
XYZ37.6650.4454.21-
YUV175.64133.8585.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=22.92%
G=40.32%
B=36.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041860.4300.090.2167.7346.3262.75
Hex74CCBA2B0914a82e3f
Octal16431427253011242505677
Binary11101001100110010111010101011010011010010101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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