#74CCCB

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

Shades of Downy #74CCCB

Tints of Downy #74CCCB

Color information

#74CCCB (or 0x74CCCB) is unknown color: approx Downy. HEX triplet: 74, CC and CB. RGB value is (116,204,203). Sum of RGB (Red+Green+Blue) = 116+204+203=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCCB is #8B3334. Grayscale: #B1B1B1. Windows color (decimal): -9122613 or 13356148. OLE color: 13356148.

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

Color convert

RGB116204203-
CMYK0.4300.000.2
HSL179.32º46.32%62.75%-
HSV(B)179.32º43.14%80%-
XYZ39.5751.2164.3-
YUV177.57142.3584.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.18%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=22.18%
G=39.01%
B=38.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1162042030.4300.000.2179.3246.3262.75
Hex74CCCB2B0014b32e3f
Octal1643143135300242635677
Binary11101001100110011001011101011001010010110011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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