#67CAC5

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

Shades of Downy #67CAC5

Tints of Downy #67CAC5

Color information

#67CAC5 (or 0x67CAC5) is unknown color: approx Downy. HEX triplet: 67, CA and C5. RGB value is (103,202,197). Sum of RGB (Red+Green+Blue) = 103+202+197=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #67CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CAC5 is #98353A. Grayscale: #ABABAB. Windows color (decimal): -9975099 or 12962407. OLE color: 12962407.

HSL color Cylindrical-coordinate representation of color #67CAC5: hue angle of 176.97º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CAC5 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB103202197-
CMYK0.4900.020.21
HSL176.97º48.29%59.8%-
HSV(B)176.97º49.01%79.22%-
XYZ36.7949.1660.37-
YUV171.83142.278.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.52%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=20.52%
G=40.24%
B=39.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1032021970.4900.020.21176.9748.2959.8
Hex67CAC5310215b1303c
Octal1473123056102252616074
Binary110011111001010110001011100010101010110110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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