#67CACC

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

Shades of Downy #67CACC

Tints of Downy #67CACC

Color information

#67CACC (or 0x67CACC) is unknown color: approx Downy. HEX triplet: 67, CA and CC. RGB value is (103,202,204). Sum of RGB (Red+Green+Blue) = 103+202+204=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #67CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CACC is #983533. Grayscale: #ACACAC. Windows color (decimal): -9975092 or 13421159. OLE color: 13421159.

HSL color Cylindrical-coordinate representation of color #67CACC: hue angle of 181.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CACC is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB103202204-
CMYK0.500.0100.2
HSL181.19º49.75%60.2%-
HSV(B)181.19º49.51%80%-
XYZ37.6149.4864.7-
YUV172.63145.778.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.24%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=20.24%
G=39.69%
B=40.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1032022040.500.0100.2181.1949.7560.2
Hex67CACC321014b5323c
Octal1473123146210242656274
Binary11001111100101011001100110010101010010110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67CACC; }

 p { color: rgb(103,202,204); }

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

<style>
 a { background-color: #67CACC; }

 a { background-color: rgb(103,202,204); }

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

<style>
 span { border-color: #67CACC; }

 span { border-color: rgb(103,202,204); }

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