#74ccbb

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

Shades of Downy #74CCBB

Tints of Downy #74CCBB

Color information

#74CCBB (or 0x74CCBB) is unknown color: approx Downy. HEX triplet: 74, CC and BB. RGB value is (116,204,187). Sum of RGB (Red+Green+Blue) = 116+204+187=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCBB is #8B3344. Grayscale: #AFAFAF. Windows color (decimal): -9122629 or 12307572. OLE color: 12307572.

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

Color convert

RGB116204187-
CMYK0.4300.080.2
HSL168.41º46.32%62.75%-
HSV(B)168.41º43.14%80%-
XYZ37.7650.4954.77-
YUV175.75134.3585.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.88%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 187 (73.44% from 255) = 36.88%
R=22.88%
G=40.24%
B=36.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162041870.4300.080.2168.4146.3262.75
Hex74CCBB2B0814a82e3f
Octal16431427353010242505677
Binary11101001100110010111011101011010001010010101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ccbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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